mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +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
|
|
@ -254,7 +254,7 @@ class commentItem extends BaseObject
|
|||
|
||||
// send a message
|
||||
$oCommunicationController = getController('communication');
|
||||
$oCommunicationController->sendMessage($sender_member_srl, $receiver_srl, $title, $content, FALSE);
|
||||
$oCommunicationController->sendMessage($sender_member_srl, $receiver_srl, $title, $content, false, null, false);
|
||||
}
|
||||
|
||||
function getIpAddress()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue