summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index 4cc00ce6b..92c17b058 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -27,11 +27,12 @@
use strict;
use lib qw(.);
-require "globals.pl";
use Bugzilla;
use Bugzilla::Attachment;
use Bugzilla::Constants;
+use Bugzilla::Config qw(:DEFAULT);
use Bugzilla::Util;
+use Bugzilla::Error;
use Bugzilla::Bug;
use Bugzilla::User;
use Bugzilla::Field;