summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xvotes.cgi2
1 files changed, 1 insertions, 1 deletions
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);