From: hickert Date: Tue, 2 Jun 2009 05:39:41 +0000 (+0000) Subject: Fixed object group permission problem. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1d73a98ad81a43904c14fe639828642a1a4e4847;p=gosa.git Fixed object group permission problem. - We were able to see the object listed in the ogroup administration plugin, but we were not able to edit any attribute. ACLs directly on object. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13687 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc b/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc index 0ea570e81..6a4b79f7f 100644 --- a/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc +++ b/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc @@ -272,7 +272,7 @@ class ogrouptabs extends tabs } /* Reset acls */ - $this->set_acl_base($this->base); + $this->set_acl_base($this->dn); foreach($this->by_object as $name => $obj){ $this->by_object[$name]->set_acl_category($this->acl_category); }