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

gosa-core/include/class_listing.inc

index 7ec88be52a422b8b9b0f6de6c030477f7489c826..f49960ad0775760071ec5bc0fd3488f9c471dbf4 100644 (file)
@@ -124,6 +124,7 @@ class listing {
   function setFilter($filter)
   {
     $this->filter= &$filter;
+    $filter->headpage = &$this;
     if ($this->departmentBrowser){
       $this->departments= $this->getDepartments();
     }