mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
로그인중에만 로그인정보 할당
This commit is contained in:
parent
21444cb0b1
commit
6fadb881be
1 changed files with 4 additions and 1 deletions
|
|
@ -388,7 +388,10 @@ class Context
|
|||
}
|
||||
|
||||
$this->set('is_logged', $oMemberModel->isLogged());
|
||||
$this->set('logged_info', $oMemberModel->getLoggedInfo());
|
||||
if($oMemberModel->isLogged())
|
||||
{
|
||||
$this->set('logged_info', $oMemberModel->getLoggedInfo());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue