From: Roland Häder Date: Sat, 5 Sep 2009 19:46:19 +0000 (+0000) Subject: 'template_class' renamed to 'web_template_class' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c359882f9d18c51d4360913a3c7ca1867c00975b;p=hub.git 'template_class' renamed to 'web_template_class' --- diff --git a/index.php b/index.php index d534a4796..f2e1c4c49 100644 --- a/index.php +++ b/index.php @@ -86,7 +86,7 @@ final class ApplicationEntryPoint { } // END - if // Get some instances - $tpl = FrameworkConfiguration::getInstance()->getConfigEntry('template_class'); + $tpl = FrameworkConfiguration::getInstance()->getConfigEntry('web_template_class'); $languageInstance = LanguageSystem::getInstance(); // Get response instance