summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-09-03 18:20:58 +0200
committerByron Jones <bjones@mozilla.com>2012-09-03 18:20:58 +0200
commit7ee1d0060c3184921710f471ff0959c7638d856c (patch)
treeb685f4e21edf4cbff80714352ebe933743e7f51a /Bugzilla.pm
parent5f49df179c7ebd8c007ba4e0c22e76e98fca4334 (diff)
downloadbugzilla-7ee1d0060c3184921710f471ff0959c7638d856c.tar.gz
bugzilla-7ee1d0060c3184921710f471ff0959c7638d856c.tar.xz
revert accidential 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 07026b4f1..b56f42ec4 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -87,7 +87,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 {