Rewrite continued:
[core.git] / framework / main / classes / commands / html / class_HtmlStatusCommand.php
index 5b50a773e928ca3efa899505eda5b28c351cc99f..ae1325b4c918386975188e3c5bdee218bc5165df 100644 (file)
@@ -71,7 +71,7 @@ class HtmlStatusCommand extends BaseCommand implements Commandable {
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                // Get the application instance
-               $applicationInstance = $this->getResolverInstance()->getApplicationInstance();
+               $applicationInstance = Registry::getRegistry()->getInstance('app');
 
                // Prepare a template instance
                $templateInstance = $this->prepareTemplateInstance($applicationInstance);