It is now 'main_content'.
[core.git] / inc / classes / main / commands / html / class_HtmlLoginAreaCommand.php
index c75c59c2b370d764fe3a09ac9d2f49a9f0239cc4..555f246c91f34b21895bb9e97c13ad668885fab1 100644 (file)
@@ -124,7 +124,7 @@ class HtmlLoginAreaCommand extends BaseCommand implements Commandable {
 
                // Assign the main template with the master template as a content ... ;)
                $templateInstance->compileTemplate();
-               $templateInstance->assignTemplateWithVariable('login_main', 'content');
+               $templateInstance->assignTemplateWithVariable('login_main', 'main_content');
 
                // Load the master template
                $templateInstance->loadCodeTemplate($masterTemplate);