Use correct class name to send post to email recipients. Fix #1437

This commit is contained in:
fabrixxm 2015-03-22 10:12:16 +01:00
parent b2a86ceeaa
commit 05d1aaf0ed
1 changed files with 9 additions and 9 deletions

View File

@ -984,7 +984,7 @@ function item_post(&$a) {
'htmlVersion' => $message,
'textVersion' => html2plain($html.$disclaimer),
);
enotify::send($params);
Emailer::send($params);
}
}
}