From: Roland Haeder <roland@mxchange.org>
Date: Mon, 6 Apr 2015 09:53:45 +0000 (+0200)
Subject: 'page' and 'command' were both the same (command), so better name it same way.
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f49595da9065b77f33c6230082d9ca8b6c0202ee;p=lfdb2.git

'page' and 'command' were both the same (command), so better name it same way.

Signed-off-by: Roland Haeder <roland@mxchange.org>
---

diff --git a/application/lfdb2/class_ApplicationHelper.php b/application/lfdb2/class_ApplicationHelper.php
index 5d07e28..3517d28 100644
--- a/application/lfdb2/class_ApplicationHelper.php
+++ b/application/lfdb2/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);
@@ -231,7 +231,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
 	 * @return	$masterTemplateName		Name of the master template
 	 */
 	public function buildMasterTemplateName () {
-		return 'node_main';
+		return 'lfdb2_main';
 	}
 }
 
diff --git a/core b/core
index b84edaf..3b3947b 160000
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit b84edaf9f45857dea7078c230cea0290089c0770
+Subproject commit 3b3947b86b38904aa1100b54846c14d3b31cb97d