Continued:
[core.git] / framework / main / classes / commands / html / class_HtmlResendLinkCommand.php
index f16c7fbc2dd3eba20cd365f999022463f3db238c..d0e558e8df44b085c991c05f1db24c8d4c5ac30c 100644 (file)
@@ -75,7 +75,7 @@ class HtmlResendLinkCommand extends BaseCommand implements Commandable {
                $userInstance = GenericRegistry::getRegistry()->getInstance('user');
 
                // Get an application instance
-               $applicationInstance = GenericRegistry::getRegistry()->getInstance('app');
+               $applicationInstance = GenericRegistry::getRegistry()->getInstance('application');
 
                // Get a RNG instance (Random Number Generator)
                $rngInstance = ObjectFactory::createObjectByConfiguredName('rng_class');