Continued:
[core.git] / framework / main / classes / commands / html / class_HtmlLogoutDoneCommand.php
index 120229f622b1c8e16dee09f0cc1df4d152eb530b..0ed610172be4cb4fbd298b43a80f3f2e8a0d0f7c 100644 (file)
@@ -71,7 +71,7 @@ class HtmlLogoutDoneCommand 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);