mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
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…
x
Reference in New Issue
Block a user