]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/class_BaseXmlTemplateEngine.php
Renamed 'stacker' -> 'stack'
[hub.git] / application / hub / main / template / class_BaseXmlTemplateEngine.php
index 2cb598f38bafa944ebc3d3535131b6771fe82ede..ca168bf52d05099a02b70880296e1dedd9871a49 100644 (file)
@@ -121,7 +121,7 @@ class BaseXmlTemplateEngine extends BaseTemplateEngine {
                $this->stackerName = $typePrefix . '_' . $xmlTemplateType;
 
                // Init stacker
-               $stackerInstance->initStacker($this->stackerName);
+               $stackerInstance->initStack($this->stackerName);
 
                // Set it
                $this->setStackerInstance($stackerInstance);