From: Roland Haeder Date: Tue, 24 Mar 2015 01:18:40 +0000 (+0100) Subject: Updated 'core' to latest commit including index.php X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=commitdiff_plain;h=d616dde77b349e4584f19681a540f41ad2def8df;ds=sidebyside Updated 'core' to latest commit including index.php Signed-off-by: Roland Haeder --- diff --git a/core b/core index 94a227b..87b2be5 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 94a227bd1982985b33fb339a8a770f18e4ecd8ad +Subproject commit 87b2be57b63b6e923aab40e0fbba2ff86db88a86 diff --git a/index.php b/index.php index 2870332..ca598d0 100644 --- a/index.php +++ b/index.php @@ -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