]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/commands/html/class_HtmlRegisterCommand.php
Continued:
[core.git] / framework / main / classes / commands / html / class_HtmlRegisterCommand.php
index 98bd6edce4386dd2ae72b0a5d1c61362135d3994..18e7155f469d2f08b94a217e0030fd490ff46407 100644 (file)
@@ -80,7 +80,7 @@ class HtmlRegisterCommand extends BaseCommand implements Commandable {
                $templateInstance = $this->prepareTemplateInstance($applicationInstance);
 
                // Assign all the application's data with template variables
-               $templateInstance->assignApplicationData($applicationInstance);
+               $templateInstance->assignApplicationData();
 
                // Assign base URL
                $templateInstance->assignConfigVariable('base_url');