View | Details | Raw Unified | Return to bug 18956
Collapse All | Expand All

(-)a/opac/opac-password-recovery.pl (-2 / +1 lines)
Lines 126-132 if ( $query->param('sendEmail') || $query->param('resendEmail') ) { Link Here
126
            username                => $username
126
            username                => $username
127
        );
127
        );
128
    }
128
    }
129
    elsif ( SendPasswordRecoveryEmail( $borrower, $email, $query->param('resendEmail') ) ) {    # generate uuid and send recovery email
129
    elsif ( SendPasswordRecoveryEmail( $borrower, $email, scalar $query->param('resendEmail') ) ) {    # generate uuid and send recovery email
130
        $template->param(
130
        $template->param(
131
            mail_sent => 1,
131
            mail_sent => 1,
132
            email     => $email
132
            email     => $email
133
- 

Return to bug 18956