]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/commands/html/class_HtmlLoginFailedCommand.php
Refacuring / possible WIP:
[core.git] / framework / main / classes / commands / html / class_HtmlLoginFailedCommand.php
index aff6ccc3adce72430a56434af0b66b35fbff7596..fb8896813a3d0b40f21805720cdcc597eaea2a1d 100644 (file)
@@ -112,7 +112,7 @@ class HtmlLoginFailedCommand extends BaseCommand implements Commandable {
 
                // Construct the menu in every command. We could do this in BaseCommand class. But this means
                // *every* command has a navigation system and that is want we don't want.
-               $menuInstance = ObjectFactory::createObjectByConfiguredName('login_failed_menu_class', array($applicationInstance));
+               $menuInstance = ObjectFactory::createObjectByConfiguredName('login_failed_menu_class');
 
                // Render the menu
                $menuInstance->renderMenu();