Continued:
[core.git] / framework / main / classes / commands / html / class_HtmlLoginCommand.php
index 4b5f017a23ff09252ec5718ee60d76cf636a8fb3..aa0d9d829d3bf52d67b084c99a0ae0319defb07a 100644 (file)
@@ -80,7 +80,7 @@ class HtmlLoginCommand extends BaseCommand implements Commandable {
                $templateInstance = $this->prepareTemplateInstance($applicationInstance);
 
                // Assign application data with template engine
-               $templateInstance->assignApplicationData($applicationInstance);
+               $templateInstance->assignApplicationData();
 
                // Assign base URL
                $templateInstance->assignConfigVariable('base_url');