mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSldapObject : Fixed a forgetfulness in last commit
This commit is contained in:
parent
879442a5b7
commit
71c885aad0
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ class LSldapObject {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$new_data = $LSform -> exportValues();
|
$new_data = $LSform -> exportValues();
|
||||||
return $this -> _updateData($new_data);
|
return $this -> _updateData($new_data,$idForm);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue