This commit is contained in:
chenfei
2020-07-07 16:25:08 +08:00
parent cb6dc09f96
commit 1aa8187ae8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ class admin extends control
$this->loadModel('setting')->setItem('system.admin.log.saveDays', $this->post->days);
if(dao::isError()) $this->send(array('result' => 'fail', 'message' => dao::getError()));
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'reload'));
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'parent'));
}
$this->loadModel('message');