r77464 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77463‎ | r77464 | r77465 >
Date:09:58, 30 November 2010
Author:catrope
Status:ok
Tags:
Comment:
Fix r77463: MWHttpRequest doesn't exist in 1.16wmf4
Modified paths:
  • /branches/wmf/1.16wmf4/includes/specials/SpecialUploadStash.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/includes/specials/SpecialUploadStash.php
@@ -197,7 +197,7 @@
198198 'method' => 'GET',
199199 'timeout' => 'default'
200200 );
201 - $req = MWHttpRequest::factory( $scalerThumbUrl, $httpOptions );
 201+ $req = HttpRequest::factory( $scalerThumbUrl, $httpOptions );
202202 $status = $req->execute();
203203 if ( ! $status->isOK() ) {
204204 $errors = $status->getErrorsArray();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r774631.16wmf4: Merge UploadStash fixes from trunk: r77451, r77453, r77454, r77455,...catrope09:52, 30 November 2010

Status & tagging log