]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/commands/html/class_HtmlStatusCommand.php
Continued:
[core.git] / framework / main / classes / commands / html / class_HtmlStatusCommand.php
index 08167e293040c2091d9236367f06c1c59a619bb9..e6d4e39eeda866271cb2bf4be19613a9054f7d64 100644 (file)
@@ -71,13 +71,13 @@ class HtmlStatusCommand 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();