X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcontroller%2Fclass_BaseController.php;fp=inc%2Fclasses%2Fmain%2Fcontroller%2Fclass_BaseController.php;h=409ded2b9eba7a60ee8893b1818947fce167013b;hp=a2bf81158444abaea1aef399342006ba2683eee4;hb=4f71b483c3761671ddcc100f2ca0a8ab97a5bc9f;hpb=7d14f9db9df8b3b3a9bf1bbb69cf68ed2ec32f4c diff --git a/inc/classes/main/controller/class_BaseController.php b/inc/classes/main/controller/class_BaseController.php index a2bf811584..409ded2b9e 100644 --- a/inc/classes/main/controller/class_BaseController.php +++ b/inc/classes/main/controller/class_BaseController.php @@ -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'); } /**