This commit is contained in:
Christophe Maudoux 2019-04-25 23:03:15 +02:00
parent 0279d16f62
commit 6011eaf7b7
1 changed files with 1 additions and 3 deletions

View File

@ -15,7 +15,6 @@ extends 'Lemonldap::NG::Portal::Main::Plugin',
'Lemonldap::NG::Portal::Lib::_tokenRule';
# INITIALIZATION
has ott => (
is => 'rw',
lazy => 1,
@ -54,8 +53,7 @@ sub init {
return 1;
}
# RUNNING METHOD
# RUNNING METHODS
sub check {
my ( $self, $req ) = @_;
my ( $attrs, $array_attrs, $array_hdrs ) = ( {}, [], [] );