mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 16:19:06 +01:00
LSformElement_password : Fixed bug -> parameters of the password generation was not used
This commit is contained in:
parent
8013827839
commit
711f95b446
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class LSformElement_password extends LSformElement {
|
|||
return $return;
|
||||
}
|
||||
|
||||
function generatePassword($param=NULL) {
|
||||
function generatePassword($params=NULL) {
|
||||
return generatePassword($params['html_options']['chars'],$params['html_options']['lenght']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue