summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-06-19 11:21:11 +0200
committerByron Jones <bjones@mozilla.com>2013-06-19 11:21:11 +0200
commit67ff372dc122ba876192307b5a1ddf7b9d143773 (patch)
tree6d8e137f87d8e5cf0cd8bfcc1bcebfc02c3f2151 /Bugzilla.pm
parent1df1292cdc4837810703e6ec01a7354bdf82c7a1 (diff)
downloadbugzilla-67ff372dc122ba876192307b5a1ddf7b9d143773.tar.gz
bugzilla-67ff372dc122ba876192307b5a1ddf7b9d143773.tar.xz
revert accidental commits
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 29811cf76..51b6c309f 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -85,7 +85,7 @@ use constant SHUTDOWNHTML_RETRY_AFTER => 3600;
# Global Code
#####################################################################
-$::SIG{__DIE__} = i_am_cgi() ? \&CGI::Carp::confess : \&Carp::confess;
+#$::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 {