From: Roland Haeder Date: Tue, 24 Mar 2015 01:17:40 +0000 (+0100) Subject: Updated 'core' to latest commit including index.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4037dd716b264ce3d3c97cc9eee3a96de6def4b9;p=city.git Updated 'core' to latest commit including index.php Signed-off-by: Roland Haeder --- 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