Code

Fixed acl handling in lists.n -Acls were not checked correctl. If we had permissions...
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 8 Mar 2010 08:07:45 +0000 (08:07 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 8 Mar 2010 08:07:45 +0000 (08:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@16329 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/classSelect/class_filterFAIClass.inc

index 66c88a47ce050e560ccde07e847f014802b66332..db3ea8c5e0e879016a46e222d8c781f249d9f30f 100644 (file)
@@ -2,7 +2,7 @@
 
 class filterFAIClass {
 
-  static function query($base, $scope, $filter, $attributes, $category, $objectStorage= "")
+  static function query($parent,$base, $scope, $filter, $attributes, $category, $objectStorage= "")
   {
     global $config;