* Fix bug 12627.

This commit is contained in:
holan20180123
2021-06-07 08:15:32 +08:00
parent de5ab48818
commit 41d59a0688
4 changed files with 89 additions and 13 deletions
+2 -1
View File
@@ -132,7 +132,8 @@ 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' => 'parent'));
$link = isonlybody() ? 'parent' : $this->createLink('group', 'browse');
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $link));
}
/* Get the group data by id. */