Code

Removed old stuff
[gosa.git] / gosa-core / include / class_management.inc
index 6bdd603ca37cd0519a890868d897bbb648e12251..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){
@@ -186,8 +188,7 @@ class management
  
   function editFilter()
   {
-    $headpage = $this->getHeadpage();
-    $this->dialogObject = new userFilter($this->config,$headpage->categories);
+    $this->dialogObject = new userFilter($this->config,$this->getHeadpage());
   }
  
   function renderList()