Code merge from latest Ship-Simu code
[mailer.git] / inc / classes / main / controller / class_BaseController.php
index a2bf81158444abaea1aef399342006ba2683eee4..409ded2b9eba7a60ee8893b1818947fce167013b 100644 (file)
@@ -53,8 +53,8 @@ class BaseController extends BaseFrameworkSystem {
                $this->removeSystemArray();
 
                // Initialize both filter chains
-               $this->preFilterChain  = FilterChain::createFilterChain();
-               $this->postFilterChain = FilterChain::createFilterChain();
+               $this->preFilterChain  = ObjectFactory::createObjectByConfiguredName('filter_chain');
+               $this->postFilterChain = ObjectFactory::createObjectByConfiguredName('filter_chain');
        }
 
        /**