summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-06-19 10:53:50 +0200
committerByron Jones <bjones@mozilla.com>2013-06-19 10:53:50 +0200
commit1df1292cdc4837810703e6ec01a7354bdf82c7a1 (patch)
tree796eb5e69b036235daf5ba5bc4b4e9c1958c4002 /Bugzilla.pm
parent8caf466c0cf82a06dc69a29a5e87900e86c2488a (diff)
downloadbugzilla-1df1292cdc4837810703e6ec01a7354bdf82c7a1.tar.gz
bugzilla-1df1292cdc4837810703e6ec01a7354bdf82c7a1.tar.xz
Bug 884177: updates to the timing collectors
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 8252bed09..29811cf76 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 {