mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Save notification extra data in DB column
This commit is contained in:
parent
4e6e1e57b2
commit
bdd9921f25
5 changed files with 33 additions and 10 deletions
|
|
@ -281,6 +281,7 @@ class NcenterliteModel extends Ncenterlite
|
|||
$v->text = $this->getNotificationText($v);
|
||||
$v->ago = $this->getAgo($v->regdate);
|
||||
$v->url = getUrl('','act','procNcenterliteRedirect', 'notify', $v->notify);
|
||||
$v->data = isset($v->data) ? unserialize($v->data) : [];
|
||||
|
||||
if($v->target_member_srl < 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue