From f06ff14577707a46de368d954c44df4e8ad21a1d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 6 Jul 2006 08:49:40 +0000 Subject: Bug 343699: votes.cgi: Reference found where even-sized list expected - Patch by Frédéric Buclin r/a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- votes.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'votes.cgi') diff --git a/votes.cgi b/votes.cgi index 7e72bfcd3..6f01f6345 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); -- cgit v1.2.3-24-g4f1b