X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=index.php;h=86b8c446eee1fe7a23977e4d6c4cca8afe599af1;hp=244d01c2d2d977745de5694ce1cfc02c69f5770b;hb=4f41ca12a8a611376e9c733b362b50d4e57b42a5;hpb=a804139a482d4b37fbba05a47357c08bdda53094 diff --git a/index.php b/index.php index 244d01c2d2..86b8c446ee 100644 --- a/index.php +++ b/index.php @@ -65,7 +65,7 @@ class ApplicationEntryPoint { if ((class_exists($tpl)) && (is_object($lang)) && (is_object($io))) { // Use the template engine for putting out (nicer look) the message try { - $eval = sprintf("$tplEngine = %s::create%s(\"%s%s\", LanguageSystem::getInstance(), FileIOHandler::getInstance());", + $eval = sprintf("\$tplEngine = %s::create%s(\"%s%s\", LanguageSystem::getInstance(), FileIOHandler::getInstance());", FrameworkConfiguration::getInstance()->readConfig("tpl_engine"), FrameworkConfiguration::getInstance()->readConfig("tpl_engine"), PATH,