]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1093481: non-bugmail notifications are not sent when using the jobqueue ("Can...
authorByron Jones <glob@mozilla.com>
Mon, 10 Nov 2014 06:52:07 +0000 (14:52 +0800)
committerByron Jones <glob@mozilla.com>
Mon, 10 Nov 2014 06:52:07 +0000 (14:52 +0800)
r=dylan,a=glob

Bugzilla/Job/Mailer.pm

index 7e7549de80a08a521a15e9a1fffee04caeb33301..0f0e9c71faba23bd454ac242446aaffb86bcbf68 100644 (file)
@@ -50,7 +50,7 @@ sub work {
 
 sub process_job {
     my ($class, $arg) = @_;
-    MessageToMTA($arg, 1);
+    MessageToMTA($arg->{msg}, 1);
 }
 
 1;