Some errors in CAS (#1461)

This commit is contained in:
Xavier Guimard 2018-06-26 22:01:56 +02:00
parent 28aedcd63c
commit c814abaafe

View File

@ -33,7 +33,7 @@ sub setSessionInfo {
return PE_ERROR; return PE_ERROR;
} }
my %ev = ( my %ev = (
%{ $self->conf->{casSrvMetaDataOptionsExportedVars}->{$srv} || {} }, %{ $self->conf->{casSrvMetaDataExportedVars}->{$srv} || {} },
%{ $self->conf->{exportedVars} } %{ $self->conf->{exportedVars} }
); );
foreach ( keys %ev ) { foreach ( keys %ev ) {