* Fix bug#23205

This commit is contained in:
zenggang
2022-07-28 06:55:51 +00:00
parent 36a8fb9deb
commit dfae2ec61f
14 changed files with 25 additions and 5 deletions
+1
View File
@@ -91,6 +91,7 @@ class group extends control
if(!empty($_POST))
{
$this->group->update($groupID);
if(dao::isError()) return print(js::error(dao::getError()));
if(isonlybody()) return print(js::closeModal('parent.parent', 'this'));
return print(js::locate($this->createLink('group', 'browse'), 'parent'));
}