]> git.mxchange.org Git - hub.git/commitdiff
Underscore to much
authorRoland Häder <roland@mxchange.org>
Wed, 22 Aug 2012 20:40:50 +0000 (20:40 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 22 Aug 2012 20:40:50 +0000 (20:40 +0000)
application/hub/main/template/class_BaseXmlTemplateEngine.php

index 753c9df6578947d20c8d1be446d2de7be3c75a94..5d28ceecd4a17588a2c212c4fa6ae2b22d96018b 100644 (file)
@@ -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'));