summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-03-18 06:12:35 +0100
committerByron Jones <bjones@mozilla.com>2013-03-18 06:12:35 +0100
commit45a613343ad9d9042a13d2ed44e12f2dbe5fd269 (patch)
tree12dc17da1eeded8c18ea2716d243b01422ecd04a /Bugzilla.pm
parent0131b54976afdd3662475e7e84ad66c2997c0287 (diff)
downloadbugzilla-45a613343ad9d9042a13d2ed44e12f2dbe5fd269.tar.gz
bugzilla-45a613343ad9d9042a13d2ed44e12f2dbe5fd269.tar.xz
Bug 852022: remove getVerifiedEmail() call from persona
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 94c9ee9b8..e33a00cd2 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 {