Image generator added, first CAPTCHA added with missing controller (partly work)
[shipsimu.git] / inc / classes / main / template / web / class_WebTemplateEngine.php
index b5cab112520bc028ffb69f10316d0877da3eb57d..35d34c581730fbd03baca34d2ede6a56896d25be 100644 (file)
@@ -82,9 +82,6 @@ class WebTemplateEngine extends BaseTemplateEngine implements CompileableTemplat
                // Set the base path
                $tplInstance->setBasePath($basePath);
 
-               // Initialize the variable stack
-               $tplInstance->initVariableStack();
-
                // Set the language and IO instances
                $tplInstance->setLanguageInstance($langInstance);
                $tplInstance->setFileIoInstance($ioInstance);