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

fix parameter name

parent 90bfeea0
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment