Continued:
[core.git] / framework / main / classes / commands / html / class_HtmlLogoutDoneCommand.php
index 0ed610172be4cb4fbd298b43a80f3f2e8a0d0f7c..603974ccbb284e6669250769a731c6a9558fd3fb 100644 (file)
@@ -77,7 +77,7 @@ class HtmlLogoutDoneCommand extends BaseCommand implements Commandable {
                $templateInstance = $this->prepareTemplateInstance($applicationInstance);
 
                // Assign application data
-               $templateInstance->assignApplicationData($applicationInstance);
+               $templateInstance->assignApplicationData();
 
                // Load the master template
                $masterTemplate = $applicationInstance->buildMasterTemplateName();