summaryrefslogtreecommitdiffstats
path: root/editclassifications.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'editclassifications.cgi')
-rwxr-xr-xeditclassifications.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/editclassifications.cgi b/editclassifications.cgi
index 54f0c26ae..a390ed4c6 100755
--- a/editclassifications.cgi
+++ b/editclassifications.cgi
@@ -29,6 +29,8 @@ use Bugzilla::Util;
use Bugzilla::Error;
use Bugzilla::Config;
+require "globals.pl";
+
my $cgi = Bugzilla->cgi;
my $dbh = Bugzilla->dbh;
my $template = Bugzilla->template;