From: Roland Häder <roland@mxchange.org>
Date: Sat, 5 Sep 2009 19:46:29 +0000 (+0000)
Subject: 'template_class' renamed to 'web_template_class'
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a18e37574f620c0768b0a152d308de4c245157cd;p=install.git

'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