]> git.mxchange.org Git - city.git/blobdiff - application/city/class_ApplicationHelper.php
'page' and 'command' were both the same (command), so better name it same way.
[city.git] / application / city / class_ApplicationHelper.php
index da8b31b5713e6a8d03f8c7d4b2ab3031348ffa7e..f713acb0a17376e0d35add3e5425406740e146f9 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);