diff options
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index 83041230b..9faaf7445 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -583,7 +583,7 @@ foreach my $bug (@bug_objects) { # a list of messages to send to voters. # We delay the sending of these messages till changes are committed. @msgs = RemoveVotes($bug->id, 0, 'votes_bug_moved'); - CheckIfVotedConfirmed($bug->id, Bugzilla->user->id); + CheckIfVotedConfirmed($bug->id); } # Set and update flags. |