From c7f989a8665e40b3418dc735ad933e9190f110e8 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 24 Mar 2015 02:18:11 +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 71a395b89..87b2be57b 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 71a395b898edb7aa582bac0a68ece9f6fbe9edcf +Subproject commit 87b2be57b63b6e923aab40e0fbba2ff86db88a86 diff --git a/index.php b/index.php index 28703323c..ca598d09a 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.5