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