fixed could not be voted.

This commit is contained in:
BJRambo 2016-04-02 17:17:03 +09:00
parent 1cb138fddc
commit 4816df696e

View file

@ -318,7 +318,7 @@ class ncenterliteController extends ncenterlite
$oNcenterliteModel = getModel('ncenterlite');
$config = $oNcenterliteModel->getConfig();
if(isset($config->use[vote]))
if(!isset($config->use[vote]))
{
return new Object();
}