mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 05:57:34 +00:00
- set dms of group object
This commit is contained in:
parent
14755b838a
commit
e87a32e6d0
|
@ -547,6 +547,7 @@ class LetoDMS_Core_User {
|
|||
$this->_groups = array();
|
||||
foreach ($resArr as $row) {
|
||||
$group = new LetoDMS_Core_Group($row["id"], $row["name"], $row["comment"]);
|
||||
$group->setDMS($this->_dms);
|
||||
array_push($this->_groups, $group);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user