mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
알림센터에서 커스텀알림 사용할 때 언어를 잘못가져오던 문제 고침
This commit is contained in:
parent
273fe651bf
commit
7285a332b7
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ class ncenterliteModel extends ncenterlite
|
||||||
// Other.
|
// Other.
|
||||||
case 'U':
|
case 'U':
|
||||||
default:
|
default:
|
||||||
return $this->getNotifyTypeString($notification->notify_type, unserialize($notification->target_body)) ?: $lang->ncenterlite;
|
return $this->getNotifyTypeString($notification->notify_type, unserialize($notification->target_body)) ?: lang('ncenterlite');
|
||||||
}
|
}
|
||||||
|
|
||||||
$config = $this->getConfig();
|
$config = $this->getConfig();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue