mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
minor fix
This commit is contained in:
parent
c7dd55e959
commit
24d144ae26
@ -228,7 +228,7 @@ try {
|
||||
$custom_data_array,
|
||||
function (&$value, $field) {
|
||||
if (is_array($value) === true) {
|
||||
$value = '['.implode(',', $value).']';
|
||||
$value = '['.implode($separator, $value).']';
|
||||
}
|
||||
|
||||
$value = $field.'='.$value;
|
||||
|
Loading…
x
Reference in New Issue
Block a user