mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +01:00
LSformElement :: password: fix syntax error in getPostData method
This commit is contained in:
parent
a356555e0a
commit
72f38d0612
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class LSformElement_password extends LSformElement {
|
|||
if ($this -> verifyPassword($return[$this -> name][0]) || (empty($return[$this -> name][0]) && empty($val))) {
|
||||
LSdebug("Password : no change");
|
||||
unset($return[$this -> name]);
|
||||
$this -> form -> _notUpdate[$this -> name] == true;
|
||||
$this -> form -> _notUpdate[$this -> name] = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue