From a0cb5b08f1d4c9218d64d8e0471ce0fb5578939c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 1 Jul 2009 11:02:20 +0000 Subject: Bug 500900: Confirming bugs requires NEW state to exist - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') 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. -- cgit v1.2.3-24-g4f1b