Login area extended and misc things changed:
[shipsimu.git] / inc / classes / main / commands / web / class_WebHomeCommand.php
index eae9dd98c1a9da32aed619633605eb4c35e27384..572d71d043c7514965b38188d879b702e489eec3 100644 (file)
@@ -70,7 +70,7 @@ class WebHomeCommand extends BaseCommand implements Commandable {
                $appInstance = $this->getResolverInstance()->getApplicationInstance();
 
                // Prepare a template instance
-               $templateInstance = $this->prepareTemplateEngine($appInstance);
+               $templateInstance = $this->prepareTemplateInstance($appInstance);
 
                // Load the master template
                $masterTemplate = $appInstance->getMasterTemplate();