Continued:
[core.git] / framework / main / classes / commands / html / class_HtmlStatusCommand.php
index 3bcadda679391250a6348d8c4ee29432274c7e6d..e6d4e39eeda866271cb2bf4be19613a9054f7d64 100644 (file)
@@ -77,7 +77,7 @@ class HtmlStatusCommand extends BaseCommand implements Commandable {
                $templateInstance = $this->prepareTemplateInstance($applicationInstance);
 
                // Transfer application data
-               $templateInstance->assignApplicationData($applicationInstance);
+               $templateInstance->assignApplicationData();
 
                // Load the master template
                $masterTemplate = $applicationInstance->buildMasterTemplateName();