Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -1280,7 +1280,7 @@ |
1281 | 1281 | global $wgCollectionVersion; |
1282 | 1282 | |
1283 | 1283 | if ( $method == 'GET') { |
1284 | | - $url = wfAppendQuery( $url, $postFields ); |
| 1284 | + $url = wfAppendQuery( $url, wfArrayToCGI( $postFields ) ); |
1285 | 1285 | } |
1286 | 1286 | $c = curl_init( $url ); |
1287 | 1287 | curl_setopt($c, CURLOPT_PROXY, $wgHTTPProxy); |