mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
fixed in mention option error
This commit is contained in:
parent
9e78008fe6
commit
3cb334a96d
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class ncenterliteController extends ncenterlite
|
|||
}
|
||||
}
|
||||
|
||||
if(!$mention_targets || !count($mention_targets) || !isset($config->use['mention']))
|
||||
if(!$mention_targets && !count($mention_targets) || !isset($config->use['mention']))
|
||||
{
|
||||
return new Object();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue