]> git.mxchange.org Git - lfdb2.git/commitdiff
Updated 'core' to latest commit including index.php
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 01:18:27 +0000 (02:18 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 01:18:27 +0000 (02:18 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
core
index.php

diff --git a/core b/core
index 71a395b898edb7aa582bac0a68ece9f6fbe9edcf..87b2be57b63b6e923aab40e0fbba2ff86db88a86 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 71a395b898edb7aa582bac0a68ece9f6fbe9edcf
+Subproject commit 87b2be57b63b6e923aab40e0fbba2ff86db88a86
index 14bb9504466ff9aa914294db40a3d8c68f96a7d4..ca598d09a38e399e38c126ba94ec54dc72459815 100644 (file)
--- a/index.php
+++ b/index.php
@@ -9,7 +9,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -55,7 +55,7 @@ final class ApplicationEntryPoint {
                // Is a message set?
                if (empty($message)) {
                        // No message provided
-                       $message = 'No message provided!';
+                       $message = 'No message provided.';
                } // END - if
 
                // Get config instance
@@ -68,7 +68,7 @@ final class ApplicationEntryPoint {
                } // END - if
 
                // Get some instances
-               $tpl = FrameworkConfiguration::getSelfInstance()->getConfigEntry('web_template_class');
+               $tpl = FrameworkConfiguration::getSelfInstance()->getConfigEntry('html_template_class');
                $languageInstance = LanguageSystem::getSelfInstance();
 
                // Initialize template instance here to avoid warnings in IDE