From 2cc15bef43a5624dd0db69c0822a7e6b16002f63 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 12 Jul 2023 10:16:54 +0800 Subject: [PATCH] * Change the load link of the timezone. --- module/custom/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/custom/control.php b/module/custom/control.php index d23c9c7926..93207b1d6a 100644 --- a/module/custom/control.php +++ b/module/custom/control.php @@ -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']);