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