From 2f4472f335e6baea7ac5b1d12c9bfa50bd58c1a2 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 20 Sep 2016 18:19:47 -0400 Subject: Bug 1263244 - Throw*Error inside templates should always use die(), as if error_mode is ERROR_MODE_DIE r=dkl,a=dylan --- Bugzilla.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Bugzilla.pm') diff --git a/Bugzilla.pm b/Bugzilla.pm index a8917aab8..ada2cc326 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -76,8 +76,6 @@ use constant SHUTDOWNHTML_RETRY_AFTER => 3600; # Global Code ##################################################################### -#$::SIG{__DIE__} = i_am_cgi() ? \&CGI::Carp::confess : \&Carp::confess; - # Note that this is a raw subroutine, not a method, so $class isn't available. sub init_page { if (Bugzilla->usage_mode == USAGE_MODE_CMDLINE) { -- cgit v1.2.3-24-g4f1b