summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-10-06 18:27:48 +0200
committerGitHub <noreply@github.com>2017-10-06 18:27:48 +0200
commit350f370d64df2effbf8ef147d5fc744a3b01601f (patch)
treec5dc8fd764f7c62e955d55cc573e8668795f47fc /mod_perl.pl
parent5261604e9397dbecc367d990c0acf0171bd277d7 (diff)
downloadbugzilla-350f370d64df2effbf8ef147d5fc744a3b01601f.tar.gz
bugzilla-350f370d64df2effbf8ef147d5fc744a3b01601f.tar.xz
Bug 1405011 - Prevent code in mod_perl.pl from executing twice
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod_perl.pl b/mod_perl.pl
index 03438dd4d..42b74fde5 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -22,6 +22,8 @@ BEGIN {
lib->import($dir, File::Spec->catdir($dir, "lib"), File::Spec->catdir($dir, qw(local lib perl5)));
}
+use Bugzilla::ModPerl::StartupFix;
+
use Bugzilla::Constants ();
# If you have an Apache2::Status handler in your Apache configuration,