Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -1142,7 +1142,6 @@ |
1143 | 1143 | |
1144 | 1144 | $c = curl_init( $url ); |
1145 | 1145 | curl_setopt($c, CURLOPT_PROXY, $wgHTTPProxy); |
1146 | | - curl_setopt( $c, CURLOPT_TIMEOUT, $wgHTTPTimeout ); |
1147 | 1146 | curl_setopt( $c, CURLOPT_USERAGENT, "MediaWiki/$wgVersion" ); |
1148 | 1147 | curl_setopt( $c, CURLOPT_POST, true ); |
1149 | 1148 | curl_setopt( $c, CURLOPT_POSTFIELDS, $postFields ); |