environments/ppa-mbqj77/deployments/1
Xavier Guimard 15 years ago
parent cb267983dc
commit 01bf8253f0
  1. 2
      modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/OpenID/SREG.pm

@ -131,7 +131,7 @@ sub sregHook {
elsif ( $self->param('confirm') == 1 ) {
my $ck = 0;
if ( defined( $self->param("sreg_$k") ) ) {
$ck = ( $self->param("sreg_$k") == 'OK' ) || 0;
$ck = ( $self->param("sreg_$k") eq 'OK' ) || 0;
}
# Store the value returned

Loading…
Cancel
Save