It is now 'main_content'.
[core.git] / inc / classes / main / commands / html / class_HtmlLoginFailedCommand.php
index af50192a9d8ec430167d38ac989edcebef3e9c2b..4a73bd2b683e249189835ad0c7f76e59cdba6eee 100644 (file)
@@ -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);