]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/commands/html/class_HtmlStatusCommand.php
Refacuring / possible WIP:
[core.git] / framework / main / classes / commands / html / class_HtmlStatusCommand.php
index 1b42190f28f2cd4bd912bf44449b4cbe53637490..3e6ae8aa150e1a97c9181daf98794d6d9ba3d015 100644 (file)
@@ -109,7 +109,7 @@ class HtmlStatusCommand 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('status_menu_class', array($applicationInstance));
+               $menuInstance = ObjectFactory::createObjectByConfiguredName('status_menu_class');
 
                // Render the menu
                $menuInstance->renderMenu();