Sorry, I confused it ...
authorRoland Häder <roland@mxchange.org>
Mon, 22 May 2017 18:45:00 +0000 (20:45 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 22 May 2017 18:45:00 +0000 (20:45 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/template/class_

index 52b36f4db906a401b4aba0f35bd5d74681f2059a..688d14999c8e7372febb6ff785726d4b3d412612 100644 (file)
@@ -80,7 +80,7 @@ class ???TemplateEngine extends BaseTemplateEngine implements CompileableTemplat
                $templateInstance->setCodeTemplateExtension($templateInstance->getConfigInstance()->getConfigEntry('code_template_extension'));
 
                // Absolute output path for compiled templates
-               $templateInstance->setCompileOutputPath($templateInstance->getConfigInstance()->getConfigEntry('base_application_path') . $templateInstance->getConfigInstance()->getConfigEntry('compile_output_path'));
+               $templateInstance->setCompileOutputPath($templateInstance->getConfigInstance()->getConfigEntry('application_base_path') . $templateInstance->getConfigInstance()->getConfigEntry('compile_output_path'));
 
                // Return the prepared instance
                return $templateInstance;