* Edit comment.

This commit is contained in:
tianshujie98
2020-10-28 10:43:43 +08:00
parent 7a84c2f826
commit a5fac81ec9
+1 -1
View File
@@ -133,7 +133,7 @@ class group extends control
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('browse')));
}
/* Get the group data by id and primary menus. */
/* Get the group data by id. */
$group = $this->group->getByID($groupID);
$this->view->title = $this->lang->company->common . $this->lang->colon . $group->name . $this->lang->colon . $this->lang->group->manageView;