diff options
author | lpsolit%gmail.com <> | 2006-06-19 07:46:50 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-06-19 07:46:50 +0200 |
commit | 4c74fbe031e5f0b58176ce42220f456e01bb0548 (patch) | |
tree | d0b3ab2c685bf0a2d04c0e602b7ebf8872c9300e /process_bug.cgi | |
parent | 1ae6c5f8f166dff351408f570b56ec2adabbedb9 (diff) | |
download | bugzilla-4c74fbe031e5f0b58176ce42220f456e01bb0548.tar.gz bugzilla-4c74fbe031e5f0b58176ce42220f456e01bb0548.tar.xz |
Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
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 51853de18..ee21b3aef 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -2122,7 +2122,7 @@ foreach my $id (@idlist) { } } # Set and update flags. - Bugzilla::Flag::process($id, undef, $timestamp, $cgi); + Bugzilla::Flag::process($new_bug_obj, undef, $timestamp, $cgi); if ($bug_changed) { $dbh->do(q{UPDATE bugs SET delta_ts = ? WHERE bug_id = ?}, |