mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSattribute :: getFormVal() : Used LSattr_html :: getFormVal()
This commit is contained in:
parent
a76416b281
commit
a6b5efdbac
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue