]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/class_BaseXmlTemplateEngine.php
Introduced experimental apt-proxy sub project (a connector for apt-proxy usage into...
[hub.git] / application / hub / main / template / class_BaseXmlTemplateEngine.php
index 761dd62b502a15790aad95e9daef0deeff7ee0f4..ba1b9b8b8355e1cabf42693345350eed476a2770 100644 (file)
@@ -113,7 +113,7 @@ class BaseXmlTemplateEngine extends BaseTemplateEngine {
                $stackerInstance = ObjectFactory::createObjectByConfiguredName($typePrefix . '_' . $xmlTemplateType . '_stacker_class');
 
                // Init stacker
-               $stackerInstance->initStacker($xmlTemplateType);
+               $stackerInstance->initStacker($typePrefix . '_' . $xmlTemplateType);
 
                // Set it
                $this->setStackerInstance($stackerInstance);