no more 'base_path', now there are 'base_framework_path' and 'base_application_path'
authorRoland Häder <roland@mxchange.org>
Mon, 22 May 2017 18:40:28 +0000 (20:40 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 22 May 2017 18:40:28 +0000 (20:40 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
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->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;
 
                // Return the prepared instance
                return $templateInstance;