This commit is contained in:
Christophe Maudoux 2019-03-01 21:46:05 +01:00 committed by Xavier Guimard
parent 6bd8e2219a
commit 461120ad65
1 changed files with 0 additions and 1 deletions

View File

@ -242,7 +242,6 @@ sub _splitAttributes {
while (@$attrs) {
my $element = shift @$attrs;
my $ok = 0;
if ( $element->{key} eq 'groups' ) {
my $separator = $self->{conf}->{multiValuesSeparator};
my @tmp = split /\Q$separator/, $element->{value};