Code

Updated ACL usage
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Apr 2010 12:12:29 +0000 (12:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Apr 2010 12:12:29 +0000 (12:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17733 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/ogroups/class_ogroup.inc

index 970b12a1aab8f10bbf15df1fc404668bdd8ec356..a1c624e24b3c90e7bfea0213fb2ca69e1d1a9d71 100644 (file)
@@ -80,7 +80,7 @@ class ogroup extends plugin
     plugin::plugin ($config, $dn);
 
     $this->trustModeDialog = new trustModeDialog($this->config, $this->dn,NULL);
-    $this->trustModeDialog->setAcl($this->getacl("member"));
+    $this->trustModeDialog->setAcl('ogroups/ogroup');
 
     $this->orig_dn= $dn;
 
@@ -332,7 +332,7 @@ class ogroup extends plugin
 
 
 
-    $this->memberListing->setAcl('rwcdm');
+    $this->memberListing->setAcl($this->getacl("member"));
     $data = $lData = array();
     foreach($this->member as $key => $dn){
         $image = 'images/lists/element.png';