Missing split in authChoiceModules (Closes: #883)

This commit is contained in:
Xavier Guimard 2016-01-11 21:15:27 +00:00
parent 6eaea5081a
commit 5bdea0260b

View File

@ -513,7 +513,7 @@ sub authChoiceModules {
{
id => "authChoiceModules/$k",
title => "$k",
data => $value->{$k},
data => [ split /;/, $value->{$k} ],
type => 'authChoice'
};
}