summaryrefslogtreecommitdiffstats
path: root/votes.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'votes.cgi')
-rwxr-xr-xvotes.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/votes.cgi b/votes.cgi
index 016e6ad67..4ff85a410 100755
--- a/votes.cgi
+++ b/votes.cgi
@@ -266,7 +266,7 @@ sub record_votes {
my %products;
# XXX - We really need a $bug->product() method.
foreach my $bug_id (@buglist) {
- my $bug = new Bugzilla::Bug($bug_id, $who);
+ my $bug = new Bugzilla::Bug($bug_id);
my $prod = $bug->{'product'};
$products{$prod} ||= new Bugzilla::Product({name => $prod});
$prodcount{$prod} ||= 0;