From 09ef1dc170af05197fc70f0bc0a153e4e93b4ebc Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Thu, 26 Aug 2010 01:47:05 +0200 Subject: [PATCH] [ticket/9394] Fix comment in functions_upload PHPBB3-9394 --- phpBB/includes/functions_upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_upload.php b/phpBB/includes/functions_upload.php index 7f09cc1640..fbf57026e4 100644 --- a/phpBB/includes/functions_upload.php +++ b/phpBB/includes/functions_upload.php @@ -976,7 +976,7 @@ class fileupload /** - * Check for allowed extension + * Check for bad content (IE mime-sniffing) */ function valid_content(&$file) {