diff --git a/phpBB/includes/functions_upload.php b/phpBB/includes/functions_upload.php index c3381aa68b..6ca430d9ac 100644 --- a/phpBB/includes/functions_upload.php +++ b/phpBB/includes/functions_upload.php @@ -224,6 +224,8 @@ class filespec /** * Get mimetype * + * @param string $filename Filename that needs to be checked + * @return string Mimetype of supplied filename */ function get_mimetype($filename) {