From: Roland Häder Date: Mon, 22 May 2017 18:45:00 +0000 (+0200) Subject: Sorry, I confused it ... X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=332fb032113c748fe046782174cb09aceb4441bf Sorry, I confused it ... Signed-off-by: Roland Häder --- 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;