mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
Fix #1634 bypass spamfilter when sending messages from core modules
This commit is contained in:
parent
46ef2437b7
commit
fc4d8a6824
9 changed files with 17 additions and 11 deletions
|
|
@ -2450,7 +2450,7 @@ class memberController extends member
|
|||
|
||||
//send message
|
||||
$oCommunicationController = getController('communication');
|
||||
$oCommunicationController->sendMessage($args->member_srl, $args->member_srl, $title, $content, true);
|
||||
$oCommunicationController->sendMessage($args->member_srl, $args->member_srl, $title, $content, true, null, false);
|
||||
|
||||
if($member_info->email_address && $member_info->allow_mailing == 'Y')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue