From e761a5f979111c410779cc01be38de1cf5d5c327 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 22 May 2017 20:40:28 +0200 Subject: [PATCH] no more 'base_path', now there are 'base_framework_path' and 'base_application_path' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- framework/main/classes/template/class_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/main/classes/template/class_ b/framework/main/classes/template/class_ index e25d800c..52b36f4d 100644 --- a/framework/main/classes/template/class_ +++ b/framework/main/classes/template/class_ @@ -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; -- 2.39.2