]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/actions/html/class_HtmlLoginProfileAction.php
Continued with tests and renaming:
[core.git] / framework / main / classes / actions / html / class_HtmlLoginProfileAction.php
index f1fafddd01529d67a3846703fd47e65b7d07baa9..2917f7f73852ead76bc8b84715ea6b81f87e5040 100644 (file)
@@ -80,7 +80,7 @@ class HtmlLoginProfileAction extends BaseAction implements PerformableAction, Re
         */
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Add user status filter here
-               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter'));
+               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter_class'));
        }
 
 }