From 41dbccc20f013f0b06959ad587f5fb6ac4813686 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 10 Nov 2014 14:52:07 +0800 Subject: Bug 1093481: non-bugmail notifications are not sent when using the jobqueue ("Can't call method "header" on unblessed reference at Bugzilla/Mailer.pm line 95.") r=dylan,a=glob --- Bugzilla/Job/Mailer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Job') diff --git a/Bugzilla/Job/Mailer.pm b/Bugzilla/Job/Mailer.pm index 7e7549de8..0f0e9c71f 100644 --- a/Bugzilla/Job/Mailer.pm +++ b/Bugzilla/Job/Mailer.pm @@ -50,7 +50,7 @@ sub work { sub process_job { my ($class, $arg) = @_; - MessageToMTA($arg, 1); + MessageToMTA($arg->{msg}, 1); } 1; -- cgit v1.2.3-24-g4f1b