summaryrefslogtreecommitdiffstats
path: root/app.psgi
diff options
context:
space:
mode:
Diffstat (limited to 'app.psgi')
-rw-r--r--app.psgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/app.psgi b/app.psgi
index 101a85a83..4425b3e0c 100644
--- a/app.psgi
+++ b/app.psgi
@@ -29,7 +29,8 @@ BEGIN {
*lib::import = sub { };
}
-# This loads most of our modules.
+# it is very important for CGI::Compile to be loaded first.
+use CGI::Compile;
use Bugzilla::PSGI qw(compile_cgi);
use Bugzilla::Logging;
use Bugzilla ();