r34887 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34886‎ | r34887 | r34888 >
Date:19:48, 15 May 2008
Author:ialex
Status:old
Tags:
Comment:
E_STRICT
Modified paths:
  • /trunk/phase3/includes/SpecialImport.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialImport.php
@@ -1118,7 +1118,7 @@
11191119 }
11201120 }
11211121
1122 - function newFromURL( $url, $method = 'GET' ) {
 1122+ static function newFromURL( $url, $method = 'GET' ) {
11231123 wfDebug( __METHOD__ . ": opening $url\n" );
11241124 # Use the standard HTTP fetch function; it times out
11251125 # quicker and sorts out user-agent problems which might

Status & tagging log