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

gosa-plugins/goto/addons/goto/events/class_filterSystemByIp.inc

index 643a423035c84838c259d7d1f5d59e378f51e20c..a2e4e19d7c11121b493afc002150cc40a979b413 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 class filterSystemByIp  extends filterLDAP{
 
-  static function query($base, $scope, $filter, $attributes, $category, $objectStorage= "")
+  static function query($parent,$base, $scope, $filter, $attributes, $category, $objectStorage= "")
   {
     
     // IP Range selection 
@@ -19,7 +19,7 @@ class filterSystemByIp  extends filterLDAP{
 
     // Get entries 
     $filter= preg_replace("/__IPSTART.*$/","",$filter);
-    $entries = filterLDAP::query($base, $scope, $filter, $attributes, $category, $objectStorage);
+    $entries = filterLDAP::query($parent,$base, $scope, $filter, $attributes, $category, $objectStorage);
     
 
     // Filter entries by IP-Address