From 31d86bb1bf64adba6d20fd9389dcedd30fd7bb84 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 4 Feb 2007 23:36:46 +0000 Subject: =?UTF-8?q?Bug=20364177:=20On=20attachment=20and=20bug=20creation,?= =?UTF-8?q?=20if=20*one*=20requestee=20cannot=20see=20the=20bug,=20*all*?= =?UTF-8?q?=20requests=20are=20cancelled=20-=20Patch=20by=20Fr=C3=83=C2=A9?= =?UTF-8?q?d=C3=83=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- post_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index 2c40a4441..c471fd23a 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -223,7 +223,7 @@ if (defined($cgi->upload('data')) || $cgi->param('attachurl')) { my $error_mode_cache = Bugzilla->error_mode; Bugzilla->error_mode(ERROR_MODE_DIE); eval { - Bugzilla::Flag::validate($cgi, $id); + Bugzilla::Flag::validate($cgi, $id, undef, SKIP_REQUESTEE_ON_ERROR); Bugzilla::Flag::process($bug, undef, $timestamp, $cgi); }; Bugzilla->error_mode($error_mode_cache); -- cgit v1.2.1