From b4e3ec24c9d8aacbb80daa1e46ba7f3110447d43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 5 Sep 2009 19:46:39 +0000 Subject: [PATCH] 'template_class' renamed to 'web_template_class' --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d534a4796c..f2e1c4c495 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 -- 2.30.2