* Change the load link of the timezone.

This commit is contained in:
tianshujie
2023-07-12 10:16:54 +08:00
parent 7a75b99a18
commit 2cc15bef43
+1 -1
View File
@@ -399,7 +399,7 @@ class custom extends control
if(strtolower($_SERVER['REQUEST_METHOD']) == "post")
{
$this->loadModel('setting')->setItems('system.common', fixer::input('post')->get());
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'reload'));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => true));
}
unset($this->lang->admin->menu->custom['subModule']);