This commit is contained in:
Xavier Guimard 2018-04-26 12:05:11 +02:00
parent 6557b2105a
commit 0283231dd9

View File

@ -25,7 +25,6 @@ my $_choiceRules;
sub init {
my ( $self, $type ) = @_;
$self->type($type);
$_choiceObj = $self;
unless ( $self->conf->{authChoiceModules}
and %{ $self->conf->{authChoiceModules} } )