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

index 5d07e2854b77a2e00d42e8494423e61fb0f1ec9f..3517d288e5cdb58788103bc49d791f8c3dc8377e 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);
@@ -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 b84edaf9f45857dea7078c230cea0290089c0770..3b3947b86b38904aa1100b54846c14d3b31cb97d 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit b84edaf9f45857dea7078c230cea0290089c0770
+Subproject commit 3b3947b86b38904aa1100b54846c14d3b31cb97d