Just fix a typo on mail.pl

environments/ppa-mbqj77/deployments/1
Sandro Cazzaniga 13 years ago
parent 5264202231
commit 5fb63b9d15
  1. 3
      lemonldap-ng-portal/example/mail.pl

@ -65,7 +65,7 @@ if (
DISPLAY_MAILSENT => 0,
DISPLAY_PASSWORD_FORM => 0,
);
}
# Display captcha if it's enabled
if ( $portal->{captcha_enabled} ) {
$template->param(
@ -74,7 +74,6 @@ if (
CAPTCHA_SIZE => $portal->{captcha_size}
);
}
}
# Display mail confirmation resent form
if ( $portal->{error} == PE_MAILCONFIRMATION_ALREADY_SENT ) {

Loading…
Cancel
Save