]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/class_BaseXmlTemplateEngine.php
Also this ...
[hub.git] / application / hub / main / template / class_BaseXmlTemplateEngine.php
index 0027674180fb47eb4aee169b44b501944b6d9487..753c9df6578947d20c8d1be446d2de7be3c75a94 100644 (file)
@@ -78,6 +78,9 @@ class BaseXMLTemplateEngine extends BaseTemplateEngine {
         *                                                                                      read-protected
         */
        protected function initXmlTemplateEngine ($typePrefix, $xmlTemplateType) {
+               // Get template instance
+               $applicationInstance = Registry::getRegistry()->getInstance('app');
+
                // Determine base path
                $templateBasePath = $this->getConfigInstance()->getConfigEntry('application_base_path') . $applicationInstance->getRequestInstance()->getRequestElement('app') . '/';