summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 33f1c04)
raw | patch | inline | side by side (parent: 33f1c04)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Oct 2010 07:35:10 +0000 (07:35 +0000) | ||
committer | hickert <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
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 | patch | blob | history |
diff --git a/gosa-core/plugins/admin/acl/class_aclManagement.inc b/gosa-core/plugins/admin/acl/class_aclManagement.inc
index d43c66a0160e74bef3e7b1aa45f5bcac47219d26..17f6b3faccd150f3ab45929546bb052d655fa73f 100644 (file)
if($headpage->getType($dn) == "gosaRole"){
$tabClass = "aclroletab";
- $tabTape = "ACLROLETAB";
+ $tabType = "ACLROLETAB";
}else{
$tabClass = "acltab";
- $tabTape = "ACLTAB";
+ $tabType = "ACLTAB";
}
// Delete the object