Commit 45c7f0a1 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

CGI::Carp qw(fatalsToBrowser) doesn't work under mod_perl (per its POD),

so I had to fix the last checkin.
parent 22d395ee
......@@ -93,10 +93,6 @@ sub handler : method {
# here explicitly or init_page's shutdownhtml code won't work right.
$0 = $ENV{'SCRIPT_FILENAME'};
# Make all errors go to the browser, not the log.
require CGI::Carp;
CGI::Carp->import('fatalsToBrowser');
Bugzilla::init_page();
return $class->SUPER::handler(@_);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment