Merge branch 'master' into 0.9.x

This commit is contained in:
Evan Prodromou 2009-12-23 15:53:55 -08:00
commit 3e9cc76da5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}