Now protected for other controllers
authorRoland Häder <roland@mxchange.org>
Sun, 19 Jul 2009 17:45:54 +0000 (17:45 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 19 Jul 2009 17:45:54 +0000 (17:45 +0000)
inc/classes/main/controller/class_BaseController.php

index 50f57fdade10c913d54fb98c10ad553aff021ee8..5e56de17156a857b5954b8bb03dc0b947cf4a8bc 100644 (file)
@@ -57,7 +57,7 @@ class BaseController extends BaseFrameworkSystem implements Registerable {
         * @param       $filterChain    Name of the filter chain
         * @return      void
         */
-       private function initFilterChain ($filterChain) {
+       protected function initFilterChain ($filterChain) {
                $this->filterChains[$filterChain] = ObjectFactory::createObjectByConfiguredName('filter_chain_class');
        }