X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHttpFunctions.php;h=1a6e38292bfb2612ff581e4f3a6615a7555b1e46;hb=a5b975edd132e52ee8ce1c725d8195da941c8b7b;hp=f980a93d56e2f83fcb40e1894435f4f7d6124201;hpb=a92a23e8a24456c56957144808eb8d62a07a227c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index f980a93d56..1a6e38292b 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -991,7 +991,7 @@ class PhpHttpRequest extends MWHttpRequest { ]; if ( $this->proxy ) { - $options['http']['proxy'] = $this->urlToTCP( $this->proxy ); + $options['http']['proxy'] = $this->urlToTcp( $this->proxy ); $options['http']['request_fulluri'] = true; }