fixed in mention option error

This commit is contained in:
BJRambo 2016-04-19 13:17:15 +09:00
parent 9e78008fe6
commit 3cb334a96d

View file

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