* Code for issue #745.

This commit is contained in:
caoyanyi
2023-02-09 16:57:05 +08:00
parent 1ff0629556
commit a55805c92f
+1 -1
View File
@@ -273,7 +273,7 @@ class admin extends control
}
$this->view->title = $this->lang->admin->setModuleIndex;
$this->view->closedFeatures = $this->loadModel('setting')->getItem('owner=system&module=common&section=&key=closedFeatures');
$this->view->useScore = $this->loadModel('setting')->getItem('system.common.global.scoreStatus');
$this->view->useScore = $this->setting->getItem('owner=system&module=common&global&key=scoreStatus');
$this->view->disabledFeatures = $this->setting->getItem('owner=system&module=common&section=&key=disabledFeatures');
$this->display();
}