From b4c91adafa45e4e1146ca1dabab27404dac6bab6 Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Thu, 6 May 2010 22:44:58 -0500 Subject: Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead of direct SQL" [r=mkanat a=mkanat] --- importxml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'importxml.pl') 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; -- cgit v1.2.3-24-g4f1b