From: hickert Date: Fri, 3 Nov 2006 10:44:30 +0000 (+0000) Subject: Set acls X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c54fc459479c3ff1f7116cb6cadd43c8e9a8d0bf;p=gosa.git Set acls git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5006 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc index 027473faf..a5fa9f66c 100644 --- a/plugins/admin/users/class_userManagement.inc +++ b/plugins/admin/users/class_userManagement.inc @@ -819,10 +819,8 @@ class userManagement extends plugin $dn= $this->list[trim($s_entry)]['dn']; $obj = new usertabs($this->config, $this->config->data['TABS']['USERTABS'], $dn); $obj->set_acl_base($dn); - $obj->set_acl_category("users"); $objNew = new usertabs($this->config, $this->config->data['TABS']['USERTABS'], "new"); $objNew->set_acl_base($dn); - $objNew->set_acl_category("users"); $this->CopyPasteHandler->Copy($obj,$objNew); }