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 --- duplicates.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'duplicates.cgi') diff --git a/duplicates.cgi b/duplicates.cgi index 0773400fd..da00d8748 100755 --- a/duplicates.cgi +++ b/duplicates.cgi @@ -127,7 +127,7 @@ if (!defined $reverse) { $reverse = 0; } } -my @query_products = $cgi->param('product'); +my @query_products = $cgi->multi_param('product'); my $sortvisible = formvalue("sortvisible"); my @bugs; if ($sortvisible) { -- cgit v1.2.3-24-g4f1b