Fix empty groups (#1791)

This commit is contained in:
Christophe Maudoux 2019-09-11 16:18:35 +02:00
parent b4d61d554a
commit bb0b5814f7

View File

@ -132,6 +132,7 @@ sub run {
my $separator = $self->{conf}->{multiValuesSeparator};
## GROUPS
$realSession->{$spg} ||= '';
my @spoofGrps = split /\Q$separator/, $spoofSession->{groups};
my @realGrps = split /\Q$separator/, $realSession->{$spg};