Merge branch 'master' into 0.9.x
This commit is contained in:
commit
3e9cc76da5
|
@ -448,7 +448,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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user