From 25189ac46b2f1c8c4955f33a526ea5cff7b926fe Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 21 Apr 2010 15:20:44 +0000 Subject: [PATCH] Updated reference tab git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17784 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_userinfo.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gosa-core/include/class_userinfo.inc b/gosa-core/include/class_userinfo.inc index 336923ac5..80c0440f1 100644 --- a/gosa-core/include/class_userinfo.inc +++ b/gosa-core/include/class_userinfo.inc @@ -93,6 +93,7 @@ class userinfo function loadACL() { $this->ACL= array(); + $this->allACLs= array(); $this->groups= array(); $this->result_cache =array(); $this->reset_acl_cache(); @@ -180,6 +181,7 @@ class userinfo if (preg_match('/^G:\*/', $grp)){ $interresting= TRUE; } + $this->allACLs[$dn][$idx]= $type; } } @@ -189,7 +191,6 @@ class userinfo } $this->ACL[$dn][$idx]= $type; } - $this->allACLs[$dn][$idx]= $type; } } -- 2.30.2