mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Fix #1886 clean up incorrect use of getMemberInfo* methods
This commit is contained in:
parent
53a8eaa81c
commit
7b46deb973
3 changed files with 31 additions and 26 deletions
|
|
@ -100,7 +100,7 @@ class communicationController extends communication
|
|||
}
|
||||
|
||||
$receiver_member_info = $oMemberModel->getMemberInfoByMemberSrl($receiver_srl);
|
||||
if($receiver_member_info->member_srl != $receiver_srl)
|
||||
if(!$receiver_member_info->member_srl)
|
||||
{
|
||||
throw new Rhymix\Framework\Exception('msg_not_exists_member');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue