From f7f42fac2b839b40835ee102d03f6ef6a2877c43 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Mon, 4 Jun 2018 10:59:18 +0200 Subject: [PATCH] Fix another issue in CDA (#1440) --- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CDA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CDA.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CDA.pm index beb05e08d..08e5c21dc 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CDA.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CDA.pm @@ -45,7 +45,7 @@ sub changeUrldc { $cdaInfos->{cookie_name} = $self->{conf}->{cookieName} . "http"; } - $self->p->updateSession( $cdaInfos, $cdaSession->id ); + $self->p->updateSession( $req, $cdaInfos, $cdaSession->id ); $req->{urldc} .= ( $urldc =~ /\?/ ? '&' : '?' )