mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
Fixed syntax error in last commit
This commit is contained in:
parent
d9d312957f
commit
5b7bce554d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class LSformElement_password extends LSformElement {
|
|||
LSdebug ('send by form');
|
||||
}
|
||||
}
|
||||
else if (isset($this -> params['html_options']['mail']['isset'])) && $this -> params['html_options']['mail']['send']==1) {
|
||||
else if (isset($this -> params['html_options']['mail']['isset']) && $this -> params['html_options']['mail']['send']==1) {
|
||||
$this -> sendMail = true;
|
||||
LSdebug ('send by config');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue