* Fix bug for review code.

This commit is contained in:
wangyuting2
2022-11-03 07:16:01 +00:00
parent 3a204c4a37
commit b4f6b346b8
2 changed files with 12 additions and 7 deletions
+1
View File
@@ -254,6 +254,7 @@ class admin extends control
}
$closedFeatures = rtrim($closedFeatures, ',');
$this->loadModel('setting')->setItem('system.common.closedFeatures', $closedFeatures);
$this->loadModel('custom')->processMeasrecordCron();
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'top'));
}
$this->view->title = $this->lang->admin->setModuleIndex;