1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[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

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