summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5ab7ebd)
raw | patch | inline | side by side (parent: 5ab7ebd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 9 Mar 2010 07:44:38 +0000 (07:44 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 2afa3fe60685fe2e85029debd50dcb29552e9c1c..cb70fb4ab98fdbe9bd961f6f31a05da3bddb7efc 100644 (file)
}
$this->pid= preg_replace("/[^0-9]/", "", microtime(TRUE));
+
+ // Instantiate the filter editor.
+ if(class_available("filterEditor")){
+ $this->filterEditor = new filterEditor($config, $this);
+ }
}