summaryrefslogtreecommitdiffstats
path: root/xml.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'xml.cgi')
-rwxr-xr-xxml.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml.cgi b/xml.cgi
index 219a39c74..16442db0d 100755
--- a/xml.cgi
+++ b/xml.cgi
@@ -46,7 +46,7 @@ my $exporter = $::COOKIE{"Bugzilla_login"} || undef;
my @ids = split (/[, ]+/, $::FORM{'id'});
print "Content-type: text/xml\n\n";
-print Bug::XML_Header(Param("urlbase"), $::param{'version'},
+print Bug::XML_Header(Param("urlbase"), $Bugzilla::Config::VERSION,
Param("maintainer"), $exporter);
foreach my $id (@ids) {
my $bug = new Bug(trim($id), $::userid);