mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #6437 from rubencm/ticket/17069
[ticket/17069] Fix duplicate key in array
This commit is contained in:
commit
273fe8a34d
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ class extension_guesser extends guesser_base
|
|||
'omc' => 'application/x-omc',
|
||||
'oga' => 'audio/ogg',
|
||||
'ogg' => 'audio/ogg',
|
||||
'ogg' => 'video/ogg',
|
||||
'ogv' => 'video/ogg',
|
||||
'ogm' => 'video/ogg',
|
||||
'omcd' => 'application/x-omcdatamaker',
|
||||
'omcr' => 'application/x-omcregerator',
|
||||
|
|
Loading…
Add table
Reference in a new issue