Rewrite continued:
[core.git] / framework / main / classes / commands / html / class_HtmlConfirmCommand.php
index ac5fc6bb28c3ddcf42767b47caca7481bc3cccf0..9ad5288525602c97c9dc5bb7da555f1abbc9838f 100644 (file)
@@ -73,7 +73,7 @@ class HtmlConfirmCommand 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);