Index: branches/wmf/1.16wmf4/includes/specials/SpecialUploadStash.php |
— | — | @@ -197,7 +197,7 @@ |
198 | 198 | 'method' => 'GET', |
199 | 199 | 'timeout' => 'default' |
200 | 200 | ); |
201 | | - $req = MWHttpRequest::factory( $scalerThumbUrl, $httpOptions ); |
| 201 | + $req = HttpRequest::factory( $scalerThumbUrl, $httpOptions ); |
202 | 202 | $status = $req->execute(); |
203 | 203 | if ( ! $status->isOK() ) { |
204 | 204 | $errors = $status->getErrorsArray(); |