Code

Fixed category retrieval
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 7 Aug 2006 10:18:18 +0000 (10:18 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 7 Aug 2006 10:18:18 +0000 (10:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4412 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_userinfo.inc

index c976a82729664e4827fcfcfe89ca3fe92261ca44..2c5fb932ca9653b9099d34305ff5fefeac6924a9 100644 (file)
@@ -167,7 +167,7 @@ class userinfo
     $acl= "";
     if (isset($this->ocMapping[$category])){
       foreach($this->ocMapping[$category] as $oc){
-        $acl.= $this->get_permissions($dn, $oc, "");
+        $acl.= $this->get_permissions($dn, $category."/".$oc, "");
       }
     }