Code

Removed old stuff
[gosa.git] / gosa-core / include / class_management.inc
index 2f959cea498e43a475b2d537427bbb737f728898..a1d935eb3627aee32bede308f3b10e7ac369f7e9 100644 (file)
@@ -132,6 +132,8 @@ class management
     $vars = array('/^act$/','/^listing/','/^PID$/','/^FILTER_PID$/');
     session::set('LOCK_VARS_TO_USE',$vars);
 
+    pathNavigator::registerPlugin($this);
+
     /* Display the copy & paste dialog, if it is currently open */
     $ret = $this->copyPasteHandler("",array());
     if($ret){
@@ -180,16 +182,13 @@ class management
       $this->snapHandler->setSnapshotBases($bases);
     }
   
-    print_a(userFilter::getFilter());
     // Display list
     return($this->renderList());
   }
  
   function editFilter()
   {
-    $headpage = $this->getHeadpage();
-    $this->dialogObject = new userFilter($this->config,$headpage->categories);
+    $this->dialogObject = new userFilter($this->config,$this->getHeadpage());
   }
  
   function renderList()