From f06ff14577707a46de368d954c44df4e8ad21a1d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 6 Jul 2006 08:49:40 +0000 Subject: [PATCH] =?utf8?q?Bug=20343699:=20votes.cgi:=20Reference=20found?= =?utf8?q?=20where=20even-sized=20list=20expected=20-=20Patch=20by=20Fr?= =?utf8?q?=C3=A9d=C3=A9ric=20Buclin=20=20r/a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- votes.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/votes.cgi b/votes.cgi index 7e72bfcd36..6f01f63452 100755 --- a/votes.cgi +++ b/votes.cgi @@ -259,7 +259,7 @@ sub record_votes { # the ballot box. if (scalar(@buglist)) { my %prodcount; - my %products = {}; + my %products; # XXX - We really need a $bug->product() method. foreach my $bug_id (@buglist) { my $bug = new Bugzilla::Bug($bug_id, $who); -- 2.47.2