summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c44029)
raw | patch | inline | side by side (parent: 5c44029)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 16 Jan 2006 07:28:11 +0000 (07:28 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 16 Jan 2006 07:28:11 +0000 (07:28 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2483 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupManagement.inc | patch | blob | history |
diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc
index 5b064310cee2ed389a07b27b96f9e01e3acad39b..df4f76f29dc6a997a35e719a9cb759cdeadde322 100644 (file)
/* Create new usertab object */
$this->grouptab= new grouptabs($this->config,
$this->config->data['TABS']['GROUPTABS'], $this->dn);
+ /* Set up the users ACL's for this 'dn' */
+ $acl= get_permissions ($groupfilter['depselect'], $this->ui->subtreeACL);
+ $this->grouptab->set_acl($acl);
}
/* Cancel dialogs */