diff options
Diffstat (limited to 'votes.cgi')
-rwxr-xr-x | votes.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |