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