From 332fb032113c748fe046782174cb09aceb4441bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 22 May 2017 20:45:00 +0200 Subject: [PATCH 1/1] Sorry, I confused it ... 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 52b36f4d..688d1499 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_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; -- 2.39.2