mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
잘못된 로그인여부 정보 수정
This commit is contained in:
parent
209c54507c
commit
0c1bad38d3
1 changed files with 1 additions and 1 deletions
|
|
@ -985,7 +985,7 @@ class ncenterliteController extends ncenterlite
|
|||
$args->target_email_address = $args->target_nick_name;
|
||||
}
|
||||
// 로그인을 했을경우 logged_info 정보를 가져와 검사한다.
|
||||
else if(Context::get('logged_info'))
|
||||
else if(Context::get('is_logged'))
|
||||
{
|
||||
$logged_info = Context::get('logged_info');
|
||||
$args->target_member_srl = $logged_info->member_srl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue