From d616dde77b349e4584f19681a540f41ad2def8df Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 24 Mar 2015 02:18:40 +0100 Subject: [PATCH] Updated 'core' to latest commit including index.php Signed-off-by: Roland Haeder --- core | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2