mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 02:01:40 +09:00
communication모델에서 친구확인을 하는 코드의 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4317 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
abaa76af44
commit
009d74143f
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
|
||||
// 받을 회원이 있는지에 대한 검사
|
||||
$oMemberModel = &getModel('member');
|
||||
$oCommunicationModel = &getModel('communication');
|
||||
$receiver_member_info = $oMemberModel->getMemberInfoByMemberSrl($receiver_srl);
|
||||
if($receiver_member_info->member_srl != $receiver_srl) return new Object(-1, 'msg_not_exists_member');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue