mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
add only message notify to option
This commit is contained in:
parent
ace9c8ea9e
commit
966191963e
3 changed files with 9 additions and 5 deletions
|
|
@ -284,7 +284,7 @@ class ncenterliteController extends ncenterlite
|
|||
{
|
||||
return new Object();
|
||||
}
|
||||
if($config->use != 'Y')
|
||||
if($config->use != 'Y' && $config->use != 'message')
|
||||
{
|
||||
return new Object();
|
||||
}
|
||||
|
|
@ -630,7 +630,7 @@ class ncenterliteController extends ncenterlite
|
|||
$config = $oNcenterliteModel->getConfig();
|
||||
|
||||
// 알림센터가 비활성화 되어 있으면 중지
|
||||
if($config->use != 'Y')
|
||||
if($config->use != 'Y' && $config->use != 'message')
|
||||
{
|
||||
return new Object();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue