알림센터에서 커스텀알림 사용할 때 언어를 잘못가져오던 문제 고침

This commit is contained in:
BJRambo 2019-12-16 17:26:21 +09:00
parent 273fe651bf
commit 7285a332b7

View file

@ -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();