From: Roland Häder Date: Wed, 22 Aug 2012 20:40:50 +0000 (+0000) Subject: Underscore to much X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9ae6d25c215e6e67f7a0136030f5456d3bb4e917;p=hub.git Underscore to much --- diff --git a/application/hub/main/template/class_BaseXmlTemplateEngine.php b/application/hub/main/template/class_BaseXmlTemplateEngine.php index 753c9df65..5d28ceecd 100644 --- a/application/hub/main/template/class_BaseXmlTemplateEngine.php +++ b/application/hub/main/template/class_BaseXmlTemplateEngine.php @@ -104,7 +104,7 @@ class BaseXMLTemplateEngine extends BaseTemplateEngine { // Set template extensions $this->setRawTemplateExtension($this->getConfigInstance()->getConfigEntry('raw_template_extension')); - $this->setCodeTemplateExtension($this->getConfigInstance()->getConfigEntry($typePrefix . '__message_template_extension')); + $this->setCodeTemplateExtension($this->getConfigInstance()->getConfigEntry($typePrefix . '_message_template_extension')); // Absolute output path for compiled templates $this->setCompileOutputPath($this->getConfigInstance()->getConfigEntry('base_path') . $this->getConfigInstance()->getConfigEntry('compile_output_path'));