Fix functions_html
This commit is contained in:
parent
8108a84ba7
commit
1d885f5e42
|
@ -4273,7 +4273,7 @@ function html_print_checkbox_extended(
|
|||
|
||||
if (is_array($attributes) === true) {
|
||||
$tmpAttributes = [];
|
||||
foreach ($attributes as $key => $value) {
|
||||
foreach ($attributes as $key => $val) {
|
||||
switch ($key) {
|
||||
case 'input_class':
|
||||
$inputClass .= ' '.$val;
|
||||
|
|
Loading…
Reference in New Issue