summaryrefslogtreecommitdiffstats
path: root/page.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'page.cgi')
-rwxr-xr-xpage.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/page.cgi b/page.cgi
index b160cf021..43a826590 100755
--- a/page.cgi
+++ b/page.cgi
@@ -33,8 +33,7 @@ use strict;
use lib ".";
use Bugzilla;
-
-require "globals.pl";
+use Bugzilla::Error;
Bugzilla->login();