summaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl
index aff475b70..33d385791 100755
--- a/importxml.pl
+++ b/importxml.pl
@@ -1285,7 +1285,7 @@ sub process_bug {
}
Debug( $log, OK_LEVEL );
push(@logs, $log);
- Bugzilla::BugMail::Send( $id, { 'changer' => $exporter_login } ) if ($mail);
+ Bugzilla::BugMail::Send( $id, { 'changer' => $exporter } ) if ($mail);
# done with the xml data. Lets clear it from memory
$twig->purge;