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:08:04 +0000 (08:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 8 Mar 2010 08:08:04 +0000 (08:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@16336 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/systems/services/repository/class_filterServRepository.inc

index b68f398397e17f94f6b5ffa2f1e7997fbf370c0e..31d996b02a8464fda92d7c8c3674178c6a5effa1 100644 (file)
@@ -2,7 +2,7 @@
 
 class filterRepository {
 
-  static function query($base, $scope, $filter, $attributes, $category, $objectStorage= "")
+  static function query($parent,$base, $scope, $filter, $attributes, $category, $objectStorage= "")
   {
     $list = servrepository::getRepositoryList();