From 5e796a1e86a7144700f0b59ab9df880d5af717bc Mon Sep 17 00:00:00 2001 From: 3D-I Date: Mon, 30 Aug 2021 22:06:54 +0200 Subject: [PATCH] [ticket/16863] Support playing video attachments PHPBB3-16863 --- phpBB/includes/functions_content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_content.php b/phpBB/includes/functions_content.php index 4dd6fef47e..2218931d6b 100644 --- a/phpBB/includes/functions_content.php +++ b/phpBB/includes/functions_content.php @@ -1323,7 +1323,7 @@ function parse_attachments($forum_id, &$message, &$attachments, &$update_count_a $update_count_ary[] = $attachment['attach_id']; break; - // Audio files + // Video files case ATTACHMENT_CATEGORY_VIDEO: $block_array += [ 'S_VIDEO_FILE' => true,