Code

Updated class filter and listing.
[gosa.git] / gosa-core / include / class_listing.inc
index 38842dfb2ba762d670e1a7140e7b7e14a487a3d9..d4f972d3da2c5357fdb2f11ed6fe0c502125e3f3 100644 (file)
@@ -123,6 +123,7 @@ class listing {
 
   function setFilter($filter)
   {
+    $filter->setCategories($this->categories);
     $this->filter= &$filter;
     if ($this->departmentBrowser){
       $this->departments= $this->getDepartments();