]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/html/class_HtmlConfirmCommand.php
It is now 'main_content'.
[core.git] / inc / classes / main / commands / html / class_HtmlConfirmCommand.php
index 7500fead978c58c4603095d92d35ca4a75033529..9cc72c4ffa3ae16de698ea146efbd059f2b3fe51 100644 (file)
@@ -90,7 +90,7 @@ class HtmlConfirmCommand extends BaseCommand implements Commandable {
                $templateInstance->loadCodeTemplate('confirm_link');
 
                // Assign the home template with the master template as a content ... ;)
-               $templateInstance->assignTemplateWithVariable('confirm_link', 'content');
+               $templateInstance->assignTemplateWithVariable('confirm_link', 'main_content');
 
                // Load the master template
                $templateInstance->loadCodeTemplate($masterTemplate);