[ticket/17069] Fix duplicate key in array

PHPBB3-17069
This commit is contained in:
Arshid 2022-12-24 12:42:51 +05:30 committed by Ruben Calvo
parent eb1edd12a1
commit 9efc25a2e2
No known key found for this signature in database

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',