LSldapObject : Fixed a forgetfulness in last commit

This commit is contained in:
Benjamin Renard 2010-03-16 15:23:29 +01:00
parent 879442a5b7
commit 71c885aad0

View file

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