diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 9772523c53..c4e917e1c0 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -552,7 +552,7 @@ function get_supported_image_types($type = false) else { $new_type = array(); - $go_through_types = array(IMG_GIF, IMG_JPG, IMG_PNG, IMG_WBMP); + $go_through_types = array(IMG_GIF, IMG_JPG, IMG_PNG, IMG_WBMP, IMG_WEBP); foreach ($go_through_types as $check_type) {