From 90d86a9744883ccc120a0a955ffade72990e1505 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 14 Apr 2016 21:03:00 +0200 Subject: Bug 1088022 - Bump min version to CGI 4.09 r=dkl --- config.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.cgi') diff --git a/config.cgi b/config.cgi index 3e3943989..32c55acf3 100755 --- a/config.cgi +++ b/config.cgi @@ -49,7 +49,7 @@ $vars->{'custom_fields'} = # Include a list of product objects. if ($cgi->param('product')) { - my @products = $cgi->param('product'); + my @products = $cgi->multi_param('product'); foreach my $product_name (@products) { # We don't use check() because config.cgi outputs mostly # in XML and JS and we don't want to display an HTML error -- cgit v1.2.3-24-g4f1b