FIX - php V8 warning class html form
This commit is contained in:
parent
a9440c934d
commit
03f8d49c94
@ -4977,7 +4977,7 @@ class Form
|
|||||||
if (!empty($input['label'])) {
|
if (!empty($input['label'])) {
|
||||||
$more .= $input['label'].'</div><div class="tagtd left">';
|
$more .= $input['label'].'</div><div class="tagtd left">';
|
||||||
}
|
}
|
||||||
$more .= $this->selectarray($input['name'], $input['values'], $input['default'], $show_empty, $key_in_label, $value_as_key, $moreattr, $translate, $maxlen, $disabled, $sort, $morecss);
|
$more .= $this->selectarray($input['name'], $input['values'], isset($input['default'])?$input['default']:'', $show_empty, $key_in_label, $value_as_key, $moreattr, $translate, $maxlen, $disabled, $sort, $morecss);
|
||||||
$more .= '</div></div>'."\n";
|
$more .= '</div></div>'."\n";
|
||||||
} elseif ($input['type'] == 'checkbox') {
|
} elseif ($input['type'] == 'checkbox') {
|
||||||
$more .= '<div class="tagtr">';
|
$more .= '<div class="tagtr">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user