Commit 0a357bdb authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 34172: Bug can become unconfirmed even if it has enough votes to be…

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
parent 3a6abfea
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment