mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
minor fix
This commit is contained in:
parent
5757d4a933
commit
c7dd55e959
@ -227,6 +227,10 @@ try {
|
||||
array_walk(
|
||||
$custom_data_array,
|
||||
function (&$value, $field) {
|
||||
if (is_array($value) === true) {
|
||||
$value = '['.implode(',', $value).']';
|
||||
}
|
||||
|
||||
$value = $field.'='.$value;
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user