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:
Michael Vogel 2015-03-23 06:21:25 +01:00
commit 63f0177a64
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);
}
}
}