From 0bdda0f94fbd1fbb17f429946cb7359703d587b7 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 24 Mar 2015 02:18:27 +0100 Subject: [PATCH] Updated 'core' to latest commit including index.php Signed-off-by: Roland Haeder --- core | 2 +- index.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core b/core index 71a395b..87b2be5 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 71a395b898edb7aa582bac0a68ece9f6fbe9edcf +Subproject commit 87b2be57b63b6e923aab40e0fbba2ff86db88a86 diff --git a/index.php b/index.php index 14bb950..ca598d0 100644 --- a/index.php +++ b/index.php @@ -9,7 +9,7 @@ * * @author Roland Haeder * @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 -- 2.39.5