mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 02:01:40 +09:00
#55 스팸필터 차단 시 발송되었다는 메시지로 잘못 나오는 문제 수정.
This commit is contained in:
parent
d0a02752e6
commit
c2b3933831
3 changed files with 12 additions and 12 deletions
|
|
@ -114,8 +114,13 @@ class communicationController extends communication
|
|||
// send a message
|
||||
$output = $this->sendMessage($logged_info->member_srl, $receiver_srl, $title, $content);
|
||||
|
||||
if(!$output->toBool())
|
||||
{
|
||||
return $output;
|
||||
}
|
||||
|
||||
// send an e-mail
|
||||
if($output->toBool() && $send_mail == 'Y')
|
||||
if($send_mail == 'Y')
|
||||
{
|
||||
$view_url = Context::getRequestUri();
|
||||
$content = sprintf("%s<br /><br />From : <a href=\"%s\" target=\"_blank\">%s</a>", $content, $view_url, $view_url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue