mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@933 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0665b7848c
commit
9ec9da8963
15 changed files with 134 additions and 11 deletions
|
|
@ -93,6 +93,12 @@
|
|||
$output = executeQuery('member.sendMessage', $receiver_args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
// 받는 회원의 쪽지 발송 플래그 생성 (파일로 생성)
|
||||
$flag_path = './files/member_extra_info/new_message_flags/'.getNumberingPath($receiver_srl);
|
||||
FileHandler::makeDir($flag_path);
|
||||
$flag_file = sprintf('%s%s', $flag_path, $receiver_srl);
|
||||
FileHandler::writeFile($flag_file,'1');
|
||||
|
||||
$this->setMessage('success_sended');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue