diff options
-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' |