Code

Fixed acl removal
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Oct 2010 07:35:10 +0000 (07:35 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Oct 2010 07:35:10 +0000 (07:35 +0000)
-Fixes error about invalid array index, while trying to remove an acl-role.

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20072 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/acl/class_aclManagement.inc

index d43c66a0160e74bef3e7b1aa45f5bcac47219d26..17f6b3faccd150f3ab45929546bb052d655fa73f 100644 (file)
@@ -79,10 +79,10 @@ class aclManagement extends management
 
         if($headpage->getType($dn) == "gosaRole"){
           $tabClass = "aclroletab";
-          $tabTape  = "ACLROLETAB";
+          $tabType  = "ACLROLETAB";
         }else{
           $tabClass = "acltab";
-          $tabTape  = "ACLTAB";
+          $tabType  = "ACLTAB";
         }
 
         // Delete the object