Commit 41dbccc2 authored by Byron Jones's avatar Byron Jones

Bug 1093481: non-bugmail notifications are not sent when using the jobqueue…

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
parent b13d809d
......@@ -50,7 +50,7 @@ sub work {
sub process_job {
my ($class, $arg) = @_;
MessageToMTA($arg, 1);
MessageToMTA($arg->{msg}, 1);
}
1;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment