mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Fix #940 fix the ability to pass logged_info when member_srl is empty.
This commit is contained in:
parent
c9026e44a1
commit
7f42031e2a
1 changed files with 10 additions and 0 deletions
|
|
@ -161,6 +161,16 @@ class ncenterliteModel extends ncenterlite
|
|||
|
||||
function getMyNotifyList($member_srl=null, $page=1, $readed='N')
|
||||
{
|
||||
if (Context::get('is_logged'))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!$member_srl)
|
||||
{
|
||||
$member_srl = Context::get('logged_info')->member_srl;
|
||||
}
|
||||
|
||||
$act = Context::get('act');
|
||||
if($act=='dispNcenterliteNotifyList')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue