]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/answer/class_BaseXmlAnswerTemplateEngine.php
Continued:
[hub.git] / application / hub / main / template / answer / class_BaseXmlAnswerTemplateEngine.php
index 15bfc1dede82f9acead8eee3b873243be5ca7f06..c0dc7640a602d05b8755cc4fec2ae27d953451c2 100644 (file)
@@ -46,7 +46,7 @@ class BaseXmlAnswerTemplateEngine extends BaseXmlTemplateEngine implements Compi
         */
        protected function startAnswerStatus () {
                // Push the node name on the stacker
-               $this->getStackerInstance()->pushNamed($this->getStackerName(), self::ANSWER_STATUS);
+               $this->getStackInstance()->pushNamed($this->getStackerName(), self::ANSWER_STATUS);
        }
 
        /**
@@ -56,7 +56,7 @@ class BaseXmlAnswerTemplateEngine extends BaseXmlTemplateEngine implements Compi
         */
        protected function finishAnswerStatus () {
                // Pop the last entry
-               $this->getStackerInstance()->popNamed($this->getStackerName());
+               $this->getStackInstance()->popNamed($this->getStackerName());
        }
 }