Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 08ac895

Browse files
author
Jamie Snape
committed
Fix send mail callback
1 parent a6370f9 commit 08ac895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mail/Notification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function init()
3939
* @param array $params parameters
4040
* @return bool true on success
4141
*/
42-
protected function handleSendMailMessage($params)
42+
public function handleSendMailMessage($params)
4343
{
4444
$provider = $this->Setting->getValueByName(MAIL_PROVIDER_KEY, $this->moduleName);
4545

0 commit comments

Comments
 (0)