Code

Allow to use the list without the new filterEditor
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 9 Mar 2010 07:44:38 +0000 (07:44 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 9 Mar 2010 07:44:38 +0000 (07:44 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16355 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_filter.inc

index 2afa3fe60685fe2e85029debd50dcb29552e9c1c..cb70fb4ab98fdbe9bd961f6f31a05da3bddb7efc 100644 (file)
@@ -60,6 +60,11 @@ class filter {
     }
 
     $this->pid= preg_replace("/[^0-9]/", "", microtime(TRUE)); 
+
+    // Instantiate the filter editor.
+    if(class_available("filterEditor")){
+      $this->filterEditor = new filterEditor($config, $this);
+    }
   }