]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.php
It is now 'main_content'.
[core.git] / inc / classes / main / commands / html / class_HtmlLogoutDoneCommand.php
index 9149de165124aaee369868d1d9f42c76ce23e1c9..b02ab925410e05618f5b3ec02684c13caff1ded7 100644 (file)
@@ -87,7 +87,7 @@ class HtmlLogoutDoneCommand extends BaseCommand implements Commandable {
                $templateInstance->loadCodeTemplate('logout_done');
 
                // Assign the logout_done template with the master template as a content ... ;)
-               $templateInstance->assignTemplateWithVariable('logout_done', 'content');
+               $templateInstance->assignTemplateWithVariable('logout_done', 'main_content');
 
                // Load the master template
                $templateInstance->loadCodeTemplate($masterTemplate);