X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fcity%2Fclasses%2Fcommands%2Fhtml%2Fclass_CityHtmlResendLinkCommand.php;h=b67be6783f50c02fda4877b559321bc7c6d65491;hb=b77ed87b8a501aa7cd4a7daba82d69ffaf712a2a;hp=47991bbc01130140ad9696c4adc19a8b1bc90e12;hpb=d02662505cd16f5dd74e7aaa1d26a0aa65588f6a;p=city.git diff --git a/application/city/classes/commands/html/class_CityHtmlResendLinkCommand.php b/application/city/classes/commands/html/class_CityHtmlResendLinkCommand.php index 47991bb..b67be67 100644 --- a/application/city/classes/commands/html/class_CityHtmlResendLinkCommand.php +++ b/application/city/classes/commands/html/class_CityHtmlResendLinkCommand.php @@ -1,4 +1,17 @@ getInstance('user'); + $userInstance = GenericRegistry::getRegistry()->getInstance('user'); // Get an application instance $applicationInstance = $this->getResolverInstance()->getApplicationInstance(); @@ -130,6 +143,3 @@ class CityHtmlResendLinkCommand extends BaseCommand implements Commandable { $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_unconfirmed_filter')); } } - -// [EOF] -?>