]> git.mxchange.org Git - core.git/blobdiff - application/tests/class_ApplicationHelper.php
Sometimes 'page' is wanted, sometimes 'command' but basicly both want a command
[core.git] / application / tests / class_ApplicationHelper.php
index 113fae8d913b84dfb5600f13a850edd0b92c1da4..c8b407a5e251fdd9795050108959880ce7b8687f 100644 (file)
@@ -182,7 +182,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                // If it is null then get default command
                if (is_null($commandName)) {
                        // Get default command
-                       $commandName = $responseInstance->getDefaultCommand();
+                       $commandName = $responseInstance->determineDefaultCommand();
 
                        // Set it in request
                        $requestInstance->setRequestElement('command', $commandName);