mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 14:53:15 +09:00
parent
c11732b1e9
commit
8ac578d7b9
1 changed files with 2 additions and 2 deletions
|
|
@ -131,8 +131,8 @@ class communicationController extends communication
|
|||
$view_url = Context::getRequestUri();
|
||||
$content = sprintf("%s<br /><br />From : <a href=\"%s\" target=\"_blank\">%s</a>", $content, $view_url, $view_url);
|
||||
$oMail = new Mail();
|
||||
$oMail->setTitle($title);
|
||||
$oMail->setContent($content);
|
||||
$oMail->setTitle(htmlspecialchars($title, ENT_COMPAT | ENT_HTML401, 'UTF-8', false););
|
||||
$oMail->setContent(removeHackTag($content));
|
||||
$oMail->setSender($logged_info->nick_name, $logged_info->email_address);
|
||||
$oMail->setReceiptor($receiver_member_info->nick_name, $receiver_member_info->email_address);
|
||||
$oMail->send();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue