mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 10:52:14 +09:00
fixed could not be voted.
This commit is contained in:
parent
1cb138fddc
commit
4816df696e
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue