diff options
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-x | post_bug.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/post_bug.cgi b/post_bug.cgi index b38707365..24fa331b4 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -199,8 +199,6 @@ $vars->{'bug'} = $bug; Bugzilla::Hook::process('post_bug_after_creation', { vars => $vars }); -ThrowCodeError("bug_error", { bug => $bug }) if $bug->error; - my $recipients = { changer => $user }; my $bug_sent = Bugzilla::BugMail::Send($id, $recipients); $bug_sent->{type} = 'created'; |