From 4c74fbe031e5f0b58176ce42220f456e01bb0548 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 19 Jun 2006 05:46:50 +0000 Subject: Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin r/a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') 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 = ?}, -- cgit v1.2.3-24-g4f1b