1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

Merge pull request #6437 from rubencm/ticket/17069

[ticket/17069] Fix duplicate key in array
This commit is contained in:
Marc Alexander
2022-12-27 22:03:42 +01:00
committed by GitHub

View File

@@ -252,7 +252,7 @@ class extension_guesser extends guesser_base
'omc' => 'application/x-omc', 'omc' => 'application/x-omc',
'oga' => 'audio/ogg', 'oga' => 'audio/ogg',
'ogg' => 'audio/ogg', 'ogg' => 'audio/ogg',
'ogg' => 'video/ogg', 'ogv' => 'video/ogg',
'ogm' => 'video/ogg', 'ogm' => 'video/ogg',
'omcd' => 'application/x-omcdatamaker', 'omcd' => 'application/x-omcdatamaker',
'omcr' => 'application/x-omcregerator', 'omcr' => 'application/x-omcregerator',