Now protected for other controllers
[core.git] / 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');
        }