Continued:
[core.git] / framework / main / classes / commands / html / class_HtmlHomeCommand.php
index ef2de9af91d518e23200af153f8e6d4178129458..4ff2855b2ae6eabb354a136b0df11e165cebd5c9 100644 (file)
@@ -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();