summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-09-21 00:19:47 +0200
committerDylan William Hardison <dylan@hardison.net>2016-09-21 00:19:47 +0200
commit2f4472f335e6baea7ac5b1d12c9bfa50bd58c1a2 (patch)
treefb5a07a6fe6cb334f9d1ce37b8d5223dd23e7fc5 /Bugzilla.pm
parentaf8851906389ff3bf5359409b474d2975827e755 (diff)
downloadbugzilla-2f4472f335e6baea7ac5b1d12c9bfa50bd58c1a2.tar.gz
bugzilla-2f4472f335e6baea7ac5b1d12c9bfa50bd58c1a2.tar.xz
Bug 1263244 - Throw*Error inside templates should always use die(), as if error_mode is ERROR_MODE_DIE
r=dkl,a=dylan
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 0 insertions, 2 deletions
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) {