mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
관리자 페이지에서 회원등록 확인로직 개선
This commit is contained in:
parent
f1ff02705e
commit
7f4ea252b6
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ class ncenterliteController extends ncenterlite
|
|||
function triggerAfterMemberInsert(&$obj)
|
||||
{
|
||||
// 관리자가 회원을 추가하는 경우 알림을 발송하지 않는다.
|
||||
if($obj->is_admin || $obj->member_srl !== $obj->target_member_srl)
|
||||
if($obj->is_admin)
|
||||
{
|
||||
return new Object();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue