]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/html/class_HtmlRegisterCommand.php
It is now 'main_content'.
[core.git] / inc / classes / main / commands / html / class_HtmlRegisterCommand.php
index a293bed4afa9bcbd239ae537c002320eac0cc6d8..4f8105d20193a708a6552880b157d97ba4f8ac03 100644 (file)
@@ -94,7 +94,7 @@ class HtmlRegisterCommand extends BaseCommand implements Commandable, Registerab
 
                // Assign the register template with the master template as a content ... ;)
                $templateInstance->compileTemplate();
-               $templateInstance->assignTemplateWithVariable('register_form', 'content');
+               $templateInstance->assignTemplateWithVariable('register_form', 'main_content');
 
                // Load the master template
                $templateInstance->loadCodeTemplate($masterTemplate);