Code base synced, updated
[mailer.git] / inc / classes / main / commands / web / class_WebLoginFailedCommand.php
index 9981133487d64b8cb2a9485617bb03694ee1104e..7c74d7bd2735a999fe68dcf75743a5834f1b9c3d 100644 (file)
@@ -63,6 +63,9 @@ class WebLoginFailedCommand extends BaseCommand implements Commandable {
                // Prepare a template instance
                $templateInstance = $this->prepareTemplateInstance($appInstance);
 
+               // Assign application data with template engine
+               $templateInstance->assignApplicationData($appInstance);
+
                // Load the master template
                $masterTemplate = $appInstance->getMasterTemplate();