fix: revert change

pull/8019/head
Luciano Righetti 2021-12-06 16:10:16 +01:00
parent 869ef3e874
commit 438ecfc29b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
$filterParamsString[] = sprintf(
'%s: %s',
h(ucfirst($k)),
h(is_array($v) ? http_build_query($v) : h($v) )
h($v)
);
}