]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 34172: Bug can become unconfirmed even if it has enough votes to be confirmed...
authorlpsolit%gmail.com <>
Tue, 5 Sep 2006 19:55:32 +0000 (19:55 +0000)
committerlpsolit%gmail.com <>
Tue, 5 Sep 2006 19:55:32 +0000 (19:55 +0000)
process_bug.cgi

index d9970e7b762663906a9be9b9cf155da92ad73cc5..bc49ce01fce435f3799c0a1359a42f8ef017b201 100755 (executable)
@@ -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'