LSformElement::select: fix typo in last commit

This commit is contained in:
Benjamin Renard 2021-02-05 16:41:10 +01:00
parent 19dd343106
commit b8040e3d8b

View file

@ -168,7 +168,6 @@ class LSformElement_select extends LSformElement {
}
if (!$values)
return null;
if ($details)
return $values[0];
}