X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fmain%2Fcommands%2Fhtml%2Fclass_HtmlLogoutDoneCommand.php;h=b02ab925410e05618f5b3ec02684c13caff1ded7;hb=5203f9bd014ad46fbc7ee54e7223dcd46e14e3b4;hp=ccac0789c97bc7c89ffa28d9fa68d38e0e72e0c5;hpb=4e622c9abde45dd521eee889b47da59c95cf9872;p=core.git diff --git a/inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.php b/inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.php index ccac0789..b02ab925 100644 --- a/inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.php +++ b/inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.php @@ -38,9 +38,9 @@ class HtmlLogoutDoneCommand extends BaseCommand implements Commandable { * @param $resolverInstance An instance of a command resolver class * @return $commandInstance An instance a prepared command class */ - public static final function createWebLogoutDoneCommand (CommandResolver $resolverInstance) { + public static final function createHtmlLogoutDoneCommand (CommandResolver $resolverInstance) { // Get new instance - $commandInstance = new WebLogoutDoneCommand(); + $commandInstance = new HtmlLogoutDoneCommand(); // Set the application instance $commandInstance->setResolverInstance($resolverInstance); @@ -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);