summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-03-18 06:14:51 +0100
committerByron Jones <bjones@mozilla.com>2013-03-18 06:14:51 +0100
commit57201f3bfb5dfee4ffe8d55e6906bb64d2571d6e (patch)
tree308743e393dc64cc4d5dceb892bdac447feea54a /Bugzilla.pm
parent45a613343ad9d9042a13d2ed44e12f2dbe5fd269 (diff)
downloadbugzilla-57201f3bfb5dfee4ffe8d55e6906bb64d2571d6e.tar.gz
bugzilla-57201f3bfb5dfee4ffe8d55e6906bb64d2571d6e.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 e33a00cd2..94c9ee9b8 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 {