]> 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 467c3622ad8ffe2064af82a08212da1b8959ba4d..3bcadda679391250a6348d8c4ee29432274c7e6d 100644 (file)
@@ -71,7 +71,7 @@ class HtmlStatusCommand extends BaseCommand implements Commandable {
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                // Get the application instance
-               $applicationInstance = Registry::getRegistry()->getInstance('app');
+               $applicationInstance = GenericRegistry::getRegistry()->getInstance('application');
 
                // Prepare a template instance
                $templateInstance = $this->prepareTemplateInstance($applicationInstance);