summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-04-22 17:56:44 +0200
committerDylan Hardison <dylan@mozilla.com>2016-04-22 17:56:44 +0200
commitdacce0f73894bae5b7c4df2594ca4dd48dfeec0d (patch)
tree0a8b244bc31306c535e5e285deb3b5e30c4cb6c5 /Bugzilla.pm
parentdab15f57403d7499c958a20e0c96ebf3083a6745 (diff)
downloadbugzilla-dacce0f73894bae5b7c4df2594ca4dd48dfeec0d.tar.gz
bugzilla-dacce0f73894bae5b7c4df2594ca4dd48dfeec0d.tar.xz
Bug 1195736 - intermittent internal error: "file error - nav_link: not found" (also manifests as fields_lhs: not found)
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 021783a75..0f513aed6 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -92,8 +92,6 @@ use constant SHUTDOWNHTML_RETRY_AFTER => 3600;
# Global Code
#####################################################################
-#$::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 {
if (Bugzilla->usage_mode == USAGE_MODE_CMDLINE) {