mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSformElement::getEmptyField(): do not set value to null (already set by fetchTemplate())
This commit is contained in:
parent
b42093cf45
commit
25f2ccd32e
1 changed files with 0 additions and 1 deletions
|
@ -317,7 +317,6 @@ class LSformElement extends LSlog_staticLoggerClass {
|
||||||
return $this -> fetchTemplate(
|
return $this -> fetchTemplate(
|
||||||
$this -> fieldTemplate,
|
$this -> fieldTemplate,
|
||||||
array(
|
array(
|
||||||
'value' => null,
|
|
||||||
'value_idx' => intval($value_idx),
|
'value_idx' => intval($value_idx),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue