summaryrefslogtreecommitdiffstats
path: root/describekeywords.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'describekeywords.cgi')
-rwxr-xr-xdescribekeywords.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/describekeywords.cgi b/describekeywords.cgi
index 2b21e712c..e06350d2e 100755
--- a/describekeywords.cgi
+++ b/describekeywords.cgi
@@ -25,10 +25,9 @@ use strict;
use lib ".";
use Bugzilla;
+use Bugzilla::Error;
use Bugzilla::User;
-require "globals.pl";
-
Bugzilla->login();
my $cgi = Bugzilla->cgi;