summaryrefslogtreecommitdiffstats
path: root/move.pl
diff options
context:
space:
mode:
Diffstat (limited to 'move.pl')
-rwxr-xr-xmove.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/move.pl b/move.pl
index 1e8036f01..8218c4069 100755
--- a/move.pl
+++ b/move.pl
@@ -161,8 +161,7 @@ foreach (@fieldlist) {
$displayfields{$_} = 1;
}
-$template->process("bug/show.xml.tmpl", { user => { login => $exporter },
- bugs => \@bugs,
+$template->process("bug/show.xml.tmpl", { bugs => \@bugs,
displayfields => \%displayfields,
}, \$msg)
|| ThrowTemplateError($template->error());