]> git.mxchange.org Git - core.git/blobdiff - framework/bootstrap/class_FrameworkBootstrap.php
Continued:
[core.git] / framework / bootstrap / class_FrameworkBootstrap.php
index f7a4b5e2f69aa7a8b28293a5545810f587d7efbf..e5d27674116b33130d1acf7e510bbd7af8f6986d 100644 (file)
@@ -363,6 +363,9 @@ final class FrameworkBootstrap {
                        ));
                }
 
+               // Init template engine
+               self::getResponseInstance()->initTemplateEngine($applicationInstance);
+
                // Now call all methods in one go
                foreach (array('setupApplicationData', 'initApplication', 'launchApplication') as $methodName) {
                        // Debug message