X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fcommands%2Fhtml%2Fclass_HtmlHomeCommand.php;h=4ff2855b2ae6eabb354a136b0df11e165cebd5c9;hp=ef2de9af91d518e23200af153f8e6d4178129458;hb=2b4f4b88ec5f9d385110e800494c680e164b5a36;hpb=8d8cf621bd811811cecd83c65a4ab91f27258e79 diff --git a/framework/main/classes/commands/html/class_HtmlHomeCommand.php b/framework/main/classes/commands/html/class_HtmlHomeCommand.php index ef2de9af..4ff2855b 100644 --- a/framework/main/classes/commands/html/class_HtmlHomeCommand.php +++ b/framework/main/classes/commands/html/class_HtmlHomeCommand.php @@ -77,7 +77,7 @@ class HtmlHomeCommand extends BaseCommand implements Commandable { $templateInstance = $this->prepareTemplateInstance($applicationInstance); // Transfer application data - $templateInstance->assignApplicationData($applicationInstance); + $templateInstance->assignApplicationData(); // Load the master template $masterTemplate = $applicationInstance->buildMasterTemplateName();