* fix bug.

This commit is contained in:
wangyidong
2019-05-17 09:33:00 +08:00
parent 027c72c80a
commit 27b5991f94
6 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ class group extends control
$this->group->updateView($groupID);
if(dao::isError()) $this->send(array('result' => 'fail', 'message' => dao::getError()));
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('browse')));
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'reload'));
}
$group = $this->group->getById($groupID);