X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fhtml%2Fclass_HtmlLoginFailedCommand.php;h=4a73bd2b683e249189835ad0c7f76e59cdba6eee;hp=af50192a9d8ec430167d38ac989edcebef3e9c2b;hb=ba2d7c9ae0a285d675ffba6442ac2f1a00feb332;hpb=9e1c690519dc4666fbb7d4a66b950d56770b25e0 diff --git a/inc/classes/main/commands/html/class_HtmlLoginFailedCommand.php b/inc/classes/main/commands/html/class_HtmlLoginFailedCommand.php index af50192a..4a73bd2b 100644 --- a/inc/classes/main/commands/html/class_HtmlLoginFailedCommand.php +++ b/inc/classes/main/commands/html/class_HtmlLoginFailedCommand.php @@ -87,7 +87,7 @@ class HtmlLoginFailedCommand extends BaseCommand implements Commandable { $templateInstance->loadCodeTemplate('login_failed'); // Assign the login_failed template with the master template as a content ... ;) - $templateInstance->assignTemplateWithVariable('login_failed', 'content'); + $templateInstance->assignTemplateWithVariable('login_failed', 'main_content'); // Load the master template $templateInstance->loadCodeTemplate($masterTemplate);