]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/controller/html/class_HtmlDefaultNewsController.php
Continued with tests and renaming:
[core.git] / framework / main / classes / controller / html / class_HtmlDefaultNewsController.php
index 2c8f854a47af8452b9173d821af0d73d125aec95..a0204ecb137c52037f6590997c8f712aa6572698 100644 (file)
@@ -56,8 +56,8 @@ class HtmlDefaultNewsController extends BaseController implements Controller {
                $controllerInstance->setResolverInstance($resolverInstance);
 
                // Add news filters to this controller
-               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('news_download_filter'));
-               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('news_process_filter'));
+               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('news_download_filter_class'));
+               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('news_process_filter_class'));
 
                // Return the prepared instance
                return $controllerInstance;