Merge pull request #1443 from fabrixxm/issue-1437
Use correct class name to send post to email recipients. Fix #1437
This commit is contained in:
commit
63f0177a64
|
@ -984,7 +984,7 @@ function item_post(&$a) {
|
||||||
'htmlVersion' => $message,
|
'htmlVersion' => $message,
|
||||||
'textVersion' => html2plain($html.$disclaimer),
|
'textVersion' => html2plain($html.$disclaimer),
|
||||||
);
|
);
|
||||||
enotify::send($params);
|
Emailer::send($params);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue