Code

Applicationlist fixed
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Aug 2005 11:22:12 +0000 (11:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Aug 2005 11:22:12 +0000 (11:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1176 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/applications/class_applicationManagement.inc

index f5329d888ed366d21f4fc3fae22e065e23d359c4..3be16fae584810def87323b9137a938d1b53f213 100644 (file)
@@ -427,9 +427,9 @@ class applicationManagement extends plugin
         } else {
                 $regex= "*";
         }
-
+      
         /* Generate application list */
-        $res= get_list($this->ui->subtreeACL, "(&(cn=$regex)(objectClass=gosaApplication))", TRUE, $base, array("*"), TRUE);
+        $res= get_list($this->ui->subtreeACL, "(&(cn=$regex)(objectClass=gosaApplication))", FALSE, "ou=apps,".$base, array("*"), TRUE);
         $this->applications= array();
         foreach ($res as $value){
           $this->applications[]= $value;