mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
[ticket/17069] Fix duplicate key in array
PHPBB3-17069
This commit is contained in:
parent
eb1edd12a1
commit
9efc25a2e2
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue