From: Roland Haeder Date: Mon, 6 Apr 2015 09:52:12 +0000 (+0200) Subject: 'page' and 'command' were both the same (command), so better name it same way. X-Git-Url: https://git.mxchange.org/?p=hub.git;a=commitdiff_plain;h=f80c1af825e6ddde4b5dbc5109f146e1baabdbff 'page' and 'command' were both the same (command), so better name it same way. Signed-off-by: Roland Haeder --- diff --git a/application/hub/class_ApplicationHelper.php b/application/hub/class_ApplicationHelper.php index 5d6c81e77..299754ec2 100644 --- a/application/hub/class_ApplicationHelper.php +++ b/application/hub/class_ApplicationHelper.php @@ -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 64d9752d2..3b3947b86 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 64d9752d26925eb4389f478362e84e77dee6057a +Subproject commit 3b3947b86b38904aa1100b54846c14d3b31cb97d