]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/template/class_
no more 'base_path', now there are 'base_framework_path' and 'base_application_path'
[core.git] / framework / main / classes / template / class_
index e25d800c2023ee3c1fa7a67eef016c1154c8d00f..52b36f4db906a401b4aba0f35bd5d74681f2059a 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_path') . $templateInstance->getConfigInstance()->getConfigEntry('compile_output_path'));
+               $templateInstance->setCompileOutputPath($templateInstance->getConfigInstance()->getConfigEntry('base_application_path') . $templateInstance->getConfigInstance()->getConfigEntry('compile_output_path'));
 
                // Return the prepared instance
                return $templateInstance;