fix: misspelled i18n in webgui password recovery

This commit is contained in:
JT Smith 2007-09-14 14:34:06 +00:00
parent 88c75626f4
commit da87aa2c92
3 changed files with 6 additions and 7 deletions

View file

@ -698,8 +698,6 @@ sub recoverPassword {
my $type = $self->getPasswordRecoveryType;
#$self->session->errorHandler->warn("recovery type: $type");
if ($type eq 'profile') {
$self->profileRecoverPassword(@_);
}