summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-07-01 13:02:20 +0200
committerlpsolit%gmail.com <>2009-07-01 13:02:20 +0200
commita0cb5b08f1d4c9218d64d8e0471ce0fb5578939c (patch)
treeaad1c8bdc746ec0631d3c929ae92b29a494d6ceb /process_bug.cgi
parentdf68aac676998db0789b080a11ccceb4c57faaed (diff)
downloadbugzilla-a0cb5b08f1d4c9218d64d8e0471ce0fb5578939c.tar.gz
bugzilla-a0cb5b08f1d4c9218d64d8e0471ce0fb5578939c.tar.xz
Bug 500900: Confirming bugs requires NEW state to exist - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi2
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.