summaryrefslogtreecommitdiffstats
path: root/move.pl
diff options
context:
space:
mode:
Diffstat (limited to 'move.pl')
-rwxr-xr-xmove.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/move.pl b/move.pl
index 65592b02f..fe86011fa 100755
--- a/move.pl
+++ b/move.pl
@@ -93,7 +93,7 @@ unless ($exporter =~ /($movers)/) {
}
my $xml = "";
-$xml .= Bug::XML_Header( Param("urlbase"), $::param{'version'},
+$xml .= Bug::XML_Header( Param("urlbase"), $Bugzilla::Config::VERSION,
Param("maintainer"), $exporter );
print "<P>\n";
foreach my $id (split(/:/, $::FORM{'buglist'})) {