From 0a357bdb5029734e82b61dd6aed718adf2bb20d9 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 5 Sep 2006 19:55:32 +0000 Subject: Bug 34172: Bug can become unconfirmed even if it has enough votes to be confirmed by votes - Patch by Frédéric Buclin r=kiko a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index d9970e7b7..bc49ce01f 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -1971,6 +1971,8 @@ foreach my $id (@idlist) { # We delay the sending of these messages till tables are unlocked. $msgs = RemoveVotes($id, 0, "This bug has been moved to a different product"); + + CheckIfVotedConfirmed($id, $whoid); } if ($col eq 'bug_status' -- cgit v1.2.3-24-g4f1b