'page' and 'command' were both the same (command), so better name it same way.
authorRoland Haeder <roland@mxchange.org>
Mon, 6 Apr 2015 09:52:12 +0000 (11:52 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 6 Apr 2015 09:52:12 +0000 (11:52 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/class_ApplicationHelper.php
core

index 5d6c81e77e48c8457ae70a1f29c4268b4b060af2..299754ec2c5b37bf9aee36fd6c7db32dc43cd7e2 100644 (file)
@@ -188,7 +188,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);
diff --git a/core b/core
index 64d9752d26925eb4389f478362e84e77dee6057a..3b3947b86b38904aa1100b54846c14d3b31cb97d 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 64d9752d26925eb4389f478362e84e77dee6057a
+Subproject commit 3b3947b86b38904aa1100b54846c14d3b31cb97d