From: hickert Date: Tue, 15 Jan 2008 13:45:05 +0000 (+0000) Subject: Fixed acl overview. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7765b697cdd9329ef0e35ca350d7414fc3f114dd;p=gosa.git Fixed acl overview. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8359 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_acl.inc b/gosa-core/include/class_acl.inc index 85d15b30c..5fd4053fc 100644 --- a/gosa-core/include/class_acl.inc +++ b/gosa-core/include/class_acl.inc @@ -431,9 +431,7 @@ class acl extends plugin $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; }