Commit f06ff145 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 343699: votes.cgi: Reference found where even-sized list expected - Patch by…

Bug 343699: votes.cgi: Reference found where even-sized list expected - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
parent 60562aad
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment