X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FGeonamesPlugin.php;h=805166eaae0660c3c864eeea27026a6fe842feda;hb=0bb65f8739371bdb0b49f41f14fb284c239dda53;hp=8867fd3c0103cc70066cb3ae4aca059e421f774a;hpb=cdc5052683bdd9a64fadeb6b7c968df07b6a1489;p=quix0rs-gnu-social.git diff --git a/plugins/GeonamesPlugin.php b/plugins/GeonamesPlugin.php index 8867fd3c01..805166eaae 100644 --- a/plugins/GeonamesPlugin.php +++ b/plugins/GeonamesPlugin.php @@ -397,7 +397,7 @@ class GeonamesPlugin extends Plugin $params['token'] = $this->token; } - $str = http_build_query($params); + $str = http_build_query($params, null, '&'); return 'http://'.$this->host.'/'.$method.'?'.$str; }