]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/commands/web/class_WebRegisterCommand.php
Login area extended and misc things changed:
[shipsimu.git] / inc / classes / main / commands / web / class_WebRegisterCommand.php
index a8b8110e4da0d509891374043f2877807db17530..5b4d0b11dbcf247ec35ae3bd4f45dcb36f965c12 100644 (file)
@@ -73,7 +73,7 @@ class WebRegisterCommand extends BaseCommand implements Commandable, Registerabl
                $appInstance = $this->getResolverInstance()->getApplicationInstance();
 
                // Prepare a template instance
-               $templateInstance = $this->prepareTemplateEngine($appInstance);
+               $templateInstance = $this->prepareTemplateInstance($appInstance);
 
                // Assign all the application's data with template variables
                $templateInstance->assignApplicationData($appInstance);