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
commit 273fe8a34d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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