X-Git-Url: https://git.mxchange.org/?p=hub.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=1f1f351e726dae5d4cd25b46639c2fcaa9e38661;hpb=4505d1aba1901496e8034a8009fe635c05e70648 diff --git a/inc/classes/main/controller/class_BaseController.php b/inc/classes/main/controller/class_BaseController.php index a2bf81158..409ded2b9 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'); } /**