Commit 9af44ff9 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 286160: possible invalid flag types when moving a bug to a different product…

Bug 286160: possible invalid flag types when moving a bug to a different product - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
parent 33993daf
......@@ -1794,10 +1794,9 @@ foreach my $id (@idlist) {
}
}
# Set and update flags.
if ($UserInEditGroupSet) {
my $target = Bugzilla::Flag::GetTarget($id);
Bugzilla::Flag::process($target, $timestamp, $cgi);
}
my $target = Bugzilla::Flag::GetTarget($id);
Bugzilla::Flag::process($target, $timestamp, $cgi);
if ($bug_changed) {
SendSQL("UPDATE bugs SET delta_ts = $sql_timestamp WHERE bug_id = $id");
}
......
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