mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
관리자의 경우 회원 닉네임이 노출되지 않는 문제 고침
This commit is contained in:
parent
8f2f4aae42
commit
b6dd614dc7
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class ncenterliteView extends ncenterlite
|
|||
$logged_info = Context::get('logged_info');
|
||||
if(!Context::get('is_logged')) return $this->setError('ncenterlite_stop_login_required');
|
||||
|
||||
if($logged_info->is_admin == 'Y')
|
||||
if($logged_info->is_admin == 'Y' && $member_srl)
|
||||
{
|
||||
$member_info = $oMemberModel->getMemberInfoByMemberSrl($member_srl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue