Code sync from ship-simu code (all class config entries must end with _class!)
[mailer.git] / inc / classes / main / controller / class_BaseController.php
index 409ded2b9eba7a60ee8893b1818947fce167013b..4438cc216e60f0d61f44da6ed10b1928b31028c8 100644 (file)
@@ -53,8 +53,8 @@ class BaseController extends BaseFrameworkSystem {
                $this->removeSystemArray();
 
                // Initialize both filter chains
-               $this->preFilterChain  = ObjectFactory::createObjectByConfiguredName('filter_chain');
-               $this->postFilterChain = ObjectFactory::createObjectByConfiguredName('filter_chain');
+               $this->preFilterChain  = ObjectFactory::createObjectByConfiguredName('filter_chain_class');
+               $this->postFilterChain = ObjectFactory::createObjectByConfiguredName('filter_chain_class');
        }
 
        /**