From 954721c778b8690f7094a659462d4516e7b5a473 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 26 Feb 2009 14:33:11 +0000 Subject: [PATCH] Updated ACLroles -Fixed ACL category listing, display info string even if there is only one attribute selected. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13465 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/acl/class_aclRole.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc index b78c955e1..e78f0dfa1 100644 --- a/gosa-core/plugins/admin/acl/class_aclRole.inc +++ b/gosa-core/plugins/admin/acl/class_aclRole.inc @@ -424,9 +424,7 @@ class aclrole extends acl $summary.= "$oc, "; continue; } - if (isset($this->aclContents["$section/$oc"]) && count($this->aclContents["$section/$oc"]) && isset($this->aclContents["$section/$oc"][0]) && - $this->aclContents["$section/$oc"][0] != ""){ - + if (isset($this->aclContents["$section/$oc"]) && count($this->aclContents["$section/$oc"])){ $summary.= "$oc, "; continue; } -- 2.30.2