environments/ppa-mbqj77/deployments/1
Xavier Guimard 7 years ago
parent 3aae2d8e93
commit 720d3a3590
  1. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CDA.pm

@ -32,7 +32,7 @@ sub changeUrldc {
$self->logger->debug('CDA request');
# Create CDA session
if ( my $cdaSession = $self->getApacheSession( undef, kind => "CDA" ) )
if ( my $cdaSession = $self->p->getApacheSession( undef, kind => "CDA" ) )
{
my $cdaInfos = { '_utime' => time };
if ( $self->{conf}->{securedCookie} < 2 or $ssl ) {

Loading…
Cancel
Save