summaryrefslogtreecommitdiffstats
path: root/xml.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'xml.cgi')
-rwxr-xr-xxml.cgi5
1 files changed, 2 insertions, 3 deletions
diff --git a/xml.cgi b/xml.cgi
index 103838f86..8316971c9 100755
--- a/xml.cgi
+++ b/xml.cgi
@@ -25,10 +25,9 @@
use strict;
use lib qw(.);
+use Bugzilla;
-require "CGI.pl";
-
-our $cgi;
+my $cgi = Bugzilla->cgi;
# Convert comma/space separated elements into separate params
my @ids = ();