Code

Added abilitiy to disable filter caching
[gosa.git] / gosa-core / include / class_management.inc
index fb56f994b191e77d5af1386ab7d9605c46725ec2..89f56c163272f825930a41461e8eee52dc472ca4 100644 (file)
@@ -122,6 +122,9 @@ class management
 
     $this->registerAction("config-filter","editFilter");
     $this->registerAction("saveFilter","saveFilter");
+
+    // To temporay disable the filter caching UNcomment this line.
+    #session::global_un_set(get_class($this)."_filter");
   }
 
   /*! \brief  Execute this plugin