Fix #1634 bypass spamfilter when sending messages from core modules

This commit is contained in:
Kijin Sung 2021-02-23 22:01:32 +09:00
parent 46ef2437b7
commit fc4d8a6824
9 changed files with 17 additions and 11 deletions

View file

@ -278,7 +278,7 @@ class commentAdminController extends comment
$content = sprintf("<div>%s</div><hr /><div style=\"font-weight:bold\">%s</div>", $message_content, $oComment->getContentText(20));
$oCommunicationController->sendMessage($sender_member_srl, $oComment->get('member_srl'), $title, $content, FALSE);
$oCommunicationController->sendMessage($sender_member_srl, $oComment->get('member_srl'), $title, $content, false, null, false);
}
}