]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/html/class_HtmlStatusCommand.php
It is now 'main_content'.
[core.git] / inc / classes / main / commands / html / class_HtmlStatusCommand.php
index eb28013849f2abd4374d3d4b0559a5f86896c12a..e27858ca6311787e6a72000d9e7d2c04bf75c2ab 100644 (file)
@@ -88,7 +88,7 @@ class HtmlStatusCommand extends BaseCommand implements Commandable {
                $templateInstance->loadCodeTemplate('status');
 
                // Assign the status template with the master template as a content ... ;)
-               $templateInstance->assignTemplateWithVariable('status', 'content');
+               $templateInstance->assignTemplateWithVariable('status', 'main_content');
 
                // Load the master template
                $templateInstance->loadCodeTemplate($masterTemplate);