]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/commands/html/class_HtmlHomeCommand.php
Continued:
[core.git] / framework / main / classes / commands / html / class_HtmlHomeCommand.php
index 7ed5a75145a0e96adf145abf8c2ce7cb026e1db2..4ff2855b2ae6eabb354a136b0df11e165cebd5c9 100644 (file)
@@ -71,13 +71,13 @@ class HtmlHomeCommand extends BaseCommand implements Commandable {
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                // Get the application instance
-               $applicationInstance = GenericRegistry::getRegistry()->getInstance('app');
+               $applicationInstance = GenericRegistry::getRegistry()->getInstance('application');
 
                // Prepare a template instance
                $templateInstance = $this->prepareTemplateInstance($applicationInstance);
 
                // Transfer application data
-               $templateInstance->assignApplicationData($applicationInstance);
+               $templateInstance->assignApplicationData();
 
                // Load the master template
                $masterTemplate = $applicationInstance->buildMasterTemplateName();