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

2022.09-rc
fabrixxm 2015-03-22 10:12:16 +01:00
rodzic b2a86ceeaa
commit 05d1aaf0ed
1 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

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