mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix #940 member_srl 과 로그인정보가 없을 경우에 리턴하도록 고침.
This commit is contained in:
parent
60a08982f5
commit
2c3de50678
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class ncenterliteModel extends ncenterlite
|
|||
|
||||
function getMyNotifyList($member_srl=null, $page=1, $readed='N')
|
||||
{
|
||||
if (!Context::get('is_logged'))
|
||||
if(!$member_srl && !Context::get('is_logged'))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue