mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
LSformElement :: password: fix typo
This commit is contained in:
parent
f0bb4f585c
commit
0b180e63b0
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class LSformElement_password extends LSformElement {
|
||||||
$confirm_data = self :: getData($_POST, $this -> name . '_confirm');
|
$confirm_data = self :: getData($_POST, $this -> name . '_confirm');
|
||||||
$confirmed = false;
|
$confirmed = false;
|
||||||
if (!is_array($confirm_data)) {
|
if (!is_array($confirm_data)) {
|
||||||
if (!isset($return[$this -> name]) || empty($return[$this -> name]) || empty($return[$this -> name][0])) {
|
if (!isset($return[$this -> name]) || empty($return[$this -> name]) || empty($return[$this -> name][0])) {
|
||||||
self :: log_debug('getPostData('.$this -> name.'): no confirm data, but empty password provided => confirmed');
|
self :: log_debug('getPostData('.$this -> name.'): no confirm data, but empty password provided => confirmed');
|
||||||
$confirmed = true;
|
$confirmed = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue