Fixed syntax error in last commit

This commit is contained in:
Benjamin Renard 2012-09-03 10:26:36 +02:00
parent d9d312957f
commit 5b7bce554d

View file

@ -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');
}