diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Choice.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Choice.pm index ae1b833ac..171607a31 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Choice.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Choice.pm @@ -25,7 +25,6 @@ my $_choiceRules; sub init { my ( $self, $type ) = @_; $self->type($type); - $_choiceObj = $self; unless ( $self->conf->{authChoiceModules} and %{ $self->conf->{authChoiceModules} } )