diff options
| author | lpsolit%gmail.com <> | 2006-06-19 05:46:50 +0000 |
|---|---|---|
| committer | lpsolit%gmail.com <> | 2006-06-19 05:46:50 +0000 |
| commit | 4c74fbe031e5f0b58176ce42220f456e01bb0548 (patch) | |
| tree | d0b3ab2c685bf0a2d04c0e602b7ebf8872c9300e /process_bug.cgi | |
| parent | 1ae6c5f8f166dff351408f570b56ec2adabbedb9 (diff) | |
| download | bugs-4c74fbe031e5f0b58176ce42220f456e01bb0548.tar bugs-4c74fbe031e5f0b58176ce42220f456e01bb0548.tar.gz bugs-4c74fbe031e5f0b58176ce42220f456e01bb0548.tar.bz2 bugs-4c74fbe031e5f0b58176ce42220f456e01bb0548.tar.xz bugs-4c74fbe031e5f0b58176ce42220f456e01bb0548.zip | |
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 = ?}, |
