From f4e90f866f91c5ead72507e9b6005e85cbd3c6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Deltombe?= Date: Fri, 7 Sep 2012 15:43:07 +0000 Subject: [PATCH] Fix syntax error in LL::NG::Portal::Simple with CDA (Lemonldap-527) --- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm index e954178e2..7e8c56c1c 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm @@ -2581,8 +2581,7 @@ sub autoRedirect { $self->lmLog( 'CDA request', 'debug' ); $self->{urldc} .= ( $self->{urldc} =~ /\?/ ? '&' : '?' ) . ( - $self->{securedCookie} < 2 - or $ssl + ( $self->{securedCookie} < 2 or $ssl ) ? $self->{cookieName} . "=" . $self->{id} : $self->{cookieName} . "http=" . $self->{sessionInfo}->{_httpSession}