Code base synced, updated
[mailer.git] / inc / classes / main / template / mail / class_MailTemplateEngine.php
index fbe229d7cf9454630a22705204104bf17dec3414..8fcd0f9e5f685b963bb454fec23dbd736c4d6246 100644 (file)
@@ -100,7 +100,7 @@ class MailTemplateEngine extends BaseTemplateEngine implements CompileableTempla
                $tplInstance->setCodeTemplateExtension($cfgInstance->readConfig('code_template_extension'));
 
                // Absolute output path for compiled templates
-               $tplInstance->setCompileOutputPath(PATH . $cfgInstance->readConfig('compile_output_path'));
+               $tplInstance->setCompileOutputPath($cfgInstance->readConfig('base_path') . $cfgInstance->readConfig('compile_output_path'));
 
                // Return the prepared instance
                return $tplInstance;