mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
if use massage notify, communication notify do not use.
This commit is contained in:
parent
7ed2d132d9
commit
d8ef4bfb37
1 changed files with 7 additions and 1 deletions
|
|
@ -820,7 +820,13 @@ class communicationController extends communication
|
|||
{
|
||||
return new Object();
|
||||
}
|
||||
|
||||
|
||||
$ncenterlite_config = getModel('ncenterlite')->getConfig();
|
||||
if($ncenterlite_config->message_notify == 'Y' && $ncenterlite_config->use == 'Y')
|
||||
{
|
||||
return new Object();
|
||||
}
|
||||
|
||||
$config = getModel('communication')->getConfig();
|
||||
if ($config->enable_message == 'N' || starts_with('dispCommunication', Context::get('act')))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue