Skip to content
Snippets Groups Projects
Commit 0f653501 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix parameter name

parent 90bfeea0
Branches
Tags
No related merge requests found
......@@ -473,7 +473,7 @@ sub req_validate_token {
);
next unless $account;
next unless $account->save(
account_validity_period => $self->{configuration}->{account_validity_period}
accounts_validity_period => $self->{configuration}->{accounts_validity_period}
);
push @accounts, $account;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment