mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
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
This commit is contained in:
parent
a2d46e4bb9
commit
e024264c8e
@ -1794,10 +1794,9 @@ foreach my $id (@idlist) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
# Set and update flags.
|
# Set and update flags.
|
||||||
if ($UserInEditGroupSet) {
|
my $target = Bugzilla::Flag::GetTarget($id);
|
||||||
my $target = Bugzilla::Flag::GetTarget($id);
|
Bugzilla::Flag::process($target, $timestamp, $cgi);
|
||||||
Bugzilla::Flag::process($target, $timestamp, $cgi);
|
|
||||||
}
|
|
||||||
if ($bug_changed) {
|
if ($bug_changed) {
|
||||||
SendSQL("UPDATE bugs SET delta_ts = $sql_timestamp WHERE bug_id = $id");
|
SendSQL("UPDATE bugs SET delta_ts = $sql_timestamp WHERE bug_id = $id");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user