]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/template/class_TemplateEngine.php
Code base merged from ship-simu repos
[hub.git] / inc / classes / main / template / class_TemplateEngine.php
index fd4817ffbe8040f4fb65de0f985423d58bdb89ac..e1c3bcee1e5fdeb743f6738e685ca67fa246cd1d 100644 (file)
@@ -126,7 +126,7 @@ class TemplateEngine extends BaseFrameworkSystem implements CompileableTemplate
                $this->setObjectDescription("Web template engine");
 
                // Create unique ID number
-               $this->createUniqueID();
+               $this->generateUniqueId();
 
                // Clean up a little
                $this->removeNumberFormaters();
@@ -290,7 +290,7 @@ class TemplateEngine extends BaseFrameworkSystem implements CompileableTemplate
         * @return      void
         */
        public final function initVariableStack () {
-               $this->varStack = new FrameworkArrayObject();
+               $this->varStack = new FrameworkArrayObject("FakedVariableStack");
        }
 
        /**