]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/commands/html/class_HtmlLogoutDoneCommand.php
Refacuring / possible WIP:
[core.git] / framework / main / classes / commands / html / class_HtmlLogoutDoneCommand.php
index 682a22a6e93a63e4d1b9fad1561233a57420252c..49763ff36d2d334806bed6854683008ea6906012 100644 (file)
@@ -112,7 +112,7 @@ class HtmlLogoutDoneCommand 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('logout_menu_class', array($applicationInstance));
+               $menuInstance = ObjectFactory::createObjectByConfiguredName('logout_menu_class');
 
                // Render the menu
                $menuInstance->renderMenu();