summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-09-05 21:55:32 +0200
committerlpsolit%gmail.com <>2006-09-05 21:55:32 +0200
commit0a357bdb5029734e82b61dd6aed718adf2bb20d9 (patch)
tree618869915a9bcf1c45aa608151142cdccd14b026 /process_bug.cgi
parent3a6abfea317ca21c5104485ce161b3ee2e12a54d (diff)
downloadbugzilla-0a357bdb5029734e82b61dd6aed718adf2bb20d9.tar.gz
bugzilla-0a357bdb5029734e82b61dd6aed718adf2bb20d9.tar.xz
Bug 34172: Bug can become unconfirmed even if it has enough votes to be confirmed by votes - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=myk
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi2
1 files changed, 2 insertions, 0 deletions
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'