Continued:
[core.git] / framework / main / classes / commands / html / class_HtmlLoginFailedCommand.php
index 3b19b20e22ec13d3f1de6be8b3b4cb5ba2e8bd0c..31f8babade272f628a5ee28759fc9ac08ec05345 100644 (file)
@@ -77,7 +77,7 @@ class HtmlLoginFailedCommand extends BaseCommand implements Commandable {
                $templateInstance = $this->prepareTemplateInstance($applicationInstance);
 
                // Assign application data with template engine
-               $templateInstance->assignApplicationData($applicationInstance);
+               $templateInstance->assignApplicationData();
 
                // Load the master template
                $masterTemplate = $applicationInstance->buildMasterTemplateName();