Merge "SpecialUploadStash: Add links to view a thumb of each uploaded file"
[lhc/web/wiklou.git] / includes / HttpFunctions.php
index f980a93..1a6e382 100644 (file)
@@ -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;
                }