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