Fix typo.

This commit is contained in:
BJRambo 2017-11-05 14:15:25 +09:00
parent 7f42031e2a
commit 60a08982f5

View file

@ -161,7 +161,7 @@ class ncenterliteModel extends ncenterlite
function getMyNotifyList($member_srl=null, $page=1, $readed='N')
{
if (Context::get('is_logged'))
if (!Context::get('is_logged'))
{
return false;
}