summaryrefslogtreecommitdiffstats
path: root/report.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'report.cgi')
-rwxr-xr-xreport.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/report.cgi b/report.cgi
index c46361f1d..10c532163 100755
--- a/report.cgi
+++ b/report.cgi
@@ -24,10 +24,10 @@
use strict;
use lib ".";
-require "globals.pl";
-
use Bugzilla;
use Bugzilla::Constants;
+use Bugzilla::Util;
+use Bugzilla::Error;
use Bugzilla::Field;
my $cgi = Bugzilla->cgi;