]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/commands/html/class_HtmlConfirmCommand.php
Refacuring / possible WIP:
[core.git] / framework / main / classes / commands / html / class_HtmlConfirmCommand.php
index aeea7318601dbdcec227065ef76e0aa71bb0e428..f86850e2ce736f993045b502e6ad7fa61c32a487 100644 (file)
@@ -125,7 +125,7 @@ class HtmlConfirmCommand 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('confirm_menu_class', array($applicationInstance));
+               $menuInstance = ObjectFactory::createObjectByConfiguredName('confirm_menu_class');
 
                // Render the menu
                $menuInstance->renderMenu();