From: lpsolit%gmail.com <> Date: Tue, 5 Sep 2006 19:55:32 +0000 (+0000) Subject: Bug 34172: Bug can become unconfirmed even if it has enough votes to be confirmed... X-Git-Tag: bugzilla-2.23.3~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a357bdb5029734e82b61dd6aed718adf2bb20d9;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/process_bug.cgi b/process_bug.cgi index d9970e7b76..bc49ce01fc 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'