From: Roland Häder Date: Sat, 5 Sep 2009 19:46:47 +0000 (+0000) Subject: 'template_class' renamed to 'web_template_class' X-Git-Url: https://git.mxchange.org/?p=qa.git;a=commitdiff_plain;h=7d67bb046b5755f22cbb18aa7247e59215d4db9b 'template_class' renamed to 'web_template_class' --- diff --git a/index.php b/index.php index d534a47..f2e1c4c 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