From eb860c8689d643a8d8a480924da5b4fddb40f3a5 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 2 Oct 2010 22:41:44 +0000 Subject: [PATCH] Remove comment related to no longer supported PHP versions. --- includes/Import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Import.php b/includes/Import.php index f399db0ce7..29c1e27ac7 100644 --- a/includes/Import.php +++ b/includes/Import.php @@ -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 } -- 2.20.1