mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
알림센터 구버전의 활성화 설정을 가져와서 셋팅하도록 개선
This commit is contained in:
parent
8843f8b05d
commit
b1ba031117
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ class ncenterliteModel extends ncenterlite
|
||||||
|
|
||||||
if(!is_array($config->use))
|
if(!is_array($config->use))
|
||||||
{
|
{
|
||||||
if($config->use != 'N')
|
if($config->use == 'Y')
|
||||||
{
|
{
|
||||||
$config->use = array(
|
$config->use = array(
|
||||||
'mention' => array('web' => 1),
|
'mention' => array('web' => 1),
|
||||||
|
|
@ -32,7 +32,7 @@ class ncenterliteModel extends ncenterlite
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$config->use = array();
|
$config->use = array('message' => array('web' => 1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue