mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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) {
|
if (is_array($attributes) === true) {
|
||||||
$tmpAttributes = [];
|
$tmpAttributes = [];
|
||||||
foreach ($attributes as $key => $value) {
|
foreach ($attributes as $key => $val) {
|
||||||
switch ($key) {
|
switch ($key) {
|
||||||
case 'input_class':
|
case 'input_class':
|
||||||
$inputClass .= ' '.$val;
|
$inputClass .= ' '.$val;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user