mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2025-04-18 01:02:28 +02:00
LSformElement_password : fix syntax error in getPostData() method
This commit is contained in:
parent
8bb4a1c9cf
commit
887b054328
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class LSformElement_password extends LSformElement {
|
|||
$val = $this -> form -> ldapObject -> attrs[$this -> name] -> getValue();
|
||||
if( (empty($return[$this -> name][0]) ) && ( ! empty( $val ) ) ) {
|
||||
unset($return[$this -> name]);
|
||||
$this -> form -> _notUpdate[$this -> name] == true;
|
||||
$this -> form -> _notUpdate[$this -> name] = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue