LSattribute :: getFormVal() : Used LSattr_html :: getFormVal()

This commit is contained in:
Benjamin Renard 2011-01-20 12:15:51 +01:00
parent a76416b281
commit a6b5efdbac

View file

@ -385,7 +385,7 @@ class LSattribute {
* @retval string La valeur a afficher dans le formulaire.
*/
function getFormVal() {
$data=$this -> getDisplayValue();
$data=$this -> html -> getFormVal($this -> data);
if ($data==NULL) {
$data=array();
}