API: fix named parameter handling in APICall
commit04acbb6fa78aa0b48be52e98501d8a9d113043df
authorAndreas Gohr <andi@splitbrain.org>
Sat, 6 Jan 2024 14:48:08 +0000 (6 15:48 +0100)
committerAndreas Gohr <andi@splitbrain.org>
Sun, 7 Jan 2024 12:41:19 +0000 (7 13:41 +0100)
tree70d1d4c8da78680856106e53cb21338ed60ceff2
parent7625c9953d4890f433514152580bcea04ed20657
API: fix named parameter handling in APICall

We cannot set missing paramerers to null. We need to make sure they are
not set at all.
_test/tests/Remote/ApiCallTest.php
inc/Remote/ApiCall.php