1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/9394] Fix comment in functions_upload

PHPBB3-9394
This commit is contained in:
Igor Wiedler 2010-08-26 01:47:05 +02:00
parent ebb4a50d9b
commit 09ef1dc170

View File

@ -976,7 +976,7 @@ class fileupload
/**
* Check for allowed extension
* Check for bad content (IE mime-sniffing)
*/
function valid_content(&$file)
{