* Fix setCode.

This commit is contained in:
wangyidong
2024-01-19 13:39:16 +08:00
parent 162ba19964
commit c98a4fba87
+1 -1
View File
@@ -269,7 +269,7 @@ class admin extends control
}
$closedFeatures = $this->setting->getItem('owner=system&module=common&section=&key=closedFeatures');
if(empty($config->setCode) && strpos(",{$closedFeatures},", ',otherSetCode,') === false) $closedFeatures .= ',otherSetCode';
if(empty($this->config->setCode) && strpos(",{$closedFeatures},", ',otherSetCode,') === false) $closedFeatures .= ',otherSetCode';
$this->view->title = $this->lang->admin->setModuleIndex;
$this->view->closedFeatures = $closedFeatures;