From 38e12dd8a2c0b35391f20b60e9e3e8643c08f404 Mon Sep 17 00:00:00 2001 From: Matt Tyson Date: Fri, 15 Jan 2016 14:44:09 +0000 Subject: 'Bug 1159057: change to create flags as part of bug creation process. r=gerv --- 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 6ed15a067..f67050bd1 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -347,7 +347,7 @@ if (defined $cgi->param('id')) { # product/component. The structure of flags code doesn't currently # allow them to be set using set_all. my ($flags, $new_flags) = Bugzilla::Flag->extract_flags_from_cgi( - $first_bug, undef, $vars); + $vars, undef, { bug => $first_bug } ); $first_bug->set_flags($flags, $new_flags); # Tags can only be set to one bug at once. -- cgit v1.2.3-24-g4f1b