r53334 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53333‎ | r53334 | r53335 >
Date:21:14, 15 July 2009
Author:catrope
Status:ok
Tags:
Comment:
Fix another fatal in r53282
Modified paths:
  • /trunk/phase3/includes/HttpFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HttpFunctions.php
@@ -383,6 +383,7 @@
384384 'timeout' => $timeout ) );
385385 $ctx = stream_context_create( $opts );
386386
 387+ $status = new Status;
387388 $status->value = file_get_contents( $url, false, $ctx );
388389 if( !$status->value ){
389390 $status->error( 'file_get_contents-failed' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r53282here it is ... the upload-api, script-server, js2 (javascript phase2) branch ...dale23:52, 14 July 2009

Status & tagging log