mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +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();
|
$this->_groups = array();
|
||||||
foreach ($resArr as $row) {
|
foreach ($resArr as $row) {
|
||||||
$group = new LetoDMS_Core_Group($row["id"], $row["name"], $row["comment"]);
|
$group = new LetoDMS_Core_Group($row["id"], $row["name"], $row["comment"]);
|
||||||
|
$group->setDMS($this->_dms);
|
||||||
array_push($this->_groups, $group);
|
array_push($this->_groups, $group);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user