]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/commands/html/class_HtmlLoginFailedCommand.php
Continued:
[core.git] / framework / main / classes / commands / html / class_HtmlLoginFailedCommand.php
index 47e2c72541f6839a49d7978db05828e7d8f4d2fd..3b19b20e22ec13d3f1de6be8b3b4cb5ba2e8bd0c 100644 (file)
@@ -71,7 +71,7 @@ class HtmlLoginFailedCommand 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);