From 1df1292cdc4837810703e6ec01a7354bdf82c7a1 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 19 Jun 2013 16:53:50 +0800 Subject: Bug 884177: updates to the timing collectors --- Bugzilla.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla.pm') 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 { -- cgit v1.2.3-24-g4f1b