* Fix bug 12627.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user