The File.php model's getMimeType() helper function should support XML in the lookup table #562
Labels
bug
Something isn't working
contributors-welcome
Want something to do? Look here!
good first issue
Good for newcomers
hacktoberfest
Here's another easy Hacktoberfest bug to fix!
Since this is targeted at beginners and I want you to learn something, I won't tell you exactly what value it should return, however I am happy to offer help if you need it.
Your mission, should you choose to accept it, is to find out the proper mime type for XML files, then submit a pull request to this repository, adding the mime type mapping to the
$lookup
array in thegetMimeType()
method of theFile.php
class.Good luck!
The text was updated successfully, but these errors were encountered: