Code

updated acls checks for the addressbook plugin.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Oct 2009 06:31:49 +0000 (06:31 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Oct 2009 06:31:49 +0000 (06:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14573 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc

index a2cf3fea2b3c6c895b2eb4735eb470071afc299c..59006248c189d8287b5e1357bf99357a6343137c 100644 (file)
@@ -100,7 +100,7 @@ class addressbook extends plugin
      
     $this->ui = get_userinfo();
     $this->globalAddressbookPermissions = "";
-    foreach($this->ui->get_acl_target_objects() as $path => $data){
+    foreach($this->ui->get_acl_target_objects() as $path){
       $this->globalAddressbookPermissions .= $this->ui->get_permissions($path,"addressbook/addressbook",$attr);
     }
   }