* Remove empty options condition.

This commit is contained in:
Yagami
2020-08-28 13:48:29 +08:00
parent 8a62797fb6
commit 189c0928d2
-1
View File
@@ -156,7 +156,6 @@ class html extends baseHTML
{
$options = (array)($options);
if($append and !isset($options[$selectedItems])) $options[$selectedItems] = $selectedItems;
if(!is_array($options) or empty($options)) return false;
/* The begin. */
$id = $name;