diff options
author | lpsolit%gmail.com <> | 2007-10-09 18:05:58 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-10-09 18:05:58 +0000 |
commit | a81a0804496d263f9de71b03e2ebf612e3c534cc (patch) | |
tree | adaffee611017c7a2b0a6335ab9eb2e774e8a95c /process_bug.cgi | |
parent | Bug 399028: Do not display all pending requests by default when the user is l... (diff) | |
download | bugzilla-a81a0804496d263f9de71b03e2ebf612e3c534cc.tar.gz bugzilla-a81a0804496d263f9de71b03e2ebf612e3c534cc.tar.bz2 bugzilla-a81a0804496d263f9de71b03e2ebf612e3c534cc.zip |
Midair with product change while adding an attachment silently clears flags - Patch by Tiago R. Mello <timello@gmail.com> r/a=LpSolit
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index 3e1246e75..56931c293 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -1140,7 +1140,7 @@ foreach my $id (@idlist) { } } # Set and update flags. - Bugzilla::Flag::process($new_bug_obj, undef, $timestamp, $cgi); + Bugzilla::Flag::process($new_bug_obj, undef, $timestamp, $cgi, $vars); if ($bug_changed) { $dbh->do(q{UPDATE bugs SET delta_ts = ? WHERE bug_id = ?}, |