Remove comment related to no longer supported PHP versions.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 2 Oct 2010 22:41:44 +0000 (22:41 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 2 Oct 2010 22:41:44 +0000 (22:41 +0000)
includes/Import.php

index f399db0..29c1e27 100644 (file)
@@ -433,7 +433,7 @@ class ImportStreamSource {
                                        return new WikiErrorMsg( 'importuploaderrorsize' );
                                case 3: # The uploaded file was only partially uploaded
                                        return new WikiErrorMsg( 'importuploaderrorpartial' );
-                               case 6: #Missing a temporary folder. Introduced in PHP 4.3.10 and PHP 5.0.3.
+                               case 6: #Missing a temporary folder.
                                        return new WikiErrorMsg( 'importuploaderrortemp' );
                                # case else: # Currently impossible
                        }