diff options
author | lpsolit%gmail.com <> | 2006-09-05 19:55:32 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-09-05 19:55:32 +0000 |
commit | 0a357bdb5029734e82b61dd6aed718adf2bb20d9 (patch) | |
tree | 618869915a9bcf1c45aa608151142cdccd14b026 /process_bug.cgi | |
parent | 3a6abfea317ca21c5104485ce161b3ee2e12a54d (diff) | |
download | bugs-0a357bdb5029734e82b61dd6aed718adf2bb20d9.tar bugs-0a357bdb5029734e82b61dd6aed718adf2bb20d9.tar.gz bugs-0a357bdb5029734e82b61dd6aed718adf2bb20d9.tar.bz2 bugs-0a357bdb5029734e82b61dd6aed718adf2bb20d9.tar.xz bugs-0a357bdb5029734e82b61dd6aed718adf2bb20d9.zip |
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-x | process_bug.cgi | 2 |
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' |