Fix functions_html

This commit is contained in:
miguel angel rasteu 2023-05-16 16:15:18 +02:00
parent 8108a84ba7
commit 1d885f5e42
1 changed files with 1 additions and 1 deletions

View File

@ -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;