mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
unset to private member info when load to getMyNotifyListTpl
This commit is contained in:
parent
578cd58e2e
commit
06ac1cd6d5
1 changed files with 3 additions and 0 deletions
|
|
@ -315,6 +315,9 @@ class ncenterliteModel extends ncenterlite
|
|||
$tmp = $this->getMyNotifyList($member_srl, $page);
|
||||
foreach($tmp->data as $key => $obj)
|
||||
{
|
||||
unset($tmp->data[$key]->target_email_address);
|
||||
unset($tmp->data[$key]->target_user_id);
|
||||
unset($tmp->data[$key]->target_member_srl);
|
||||
$tmp->data[$key]->url = str_replace('&', '&', $obj->url);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue