- set dms of group object

This commit is contained in:
steinm 2012-09-11 12:55:54 +00:00
parent 14755b838a
commit e87a32e6d0

View File

@ -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);
}
}