r74171 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74170‎ | r74171 | r74172 >
Date:22:41, 2 October 2010
Author:siebrand
Status:ok
Tags:
Comment:
Remove comment related to no longer supported PHP versions.
Modified paths:
  • /trunk/phase3/includes/Import.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Import.php
@@ -433,7 +433,7 @@
434434 return new WikiErrorMsg( 'importuploaderrorsize' );
435435 case 3: # The uploaded file was only partially uploaded
436436 return new WikiErrorMsg( 'importuploaderrorpartial' );
437 - case 6: #Missing a temporary folder. Introduced in PHP 4.3.10 and PHP 5.0.3.
 437+ case 6: #Missing a temporary folder.
438438 return new WikiErrorMsg( 'importuploaderrortemp' );
439439 # case else: # Currently impossible
440440 }

Status & tagging log