Closed (fixed)
Project:
MimeDetect
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2008 at 11:22 UTC
Updated:
29 Apr 2009 at 19:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedyou're right it really isn't a good idea. i'm dropping it and using core's file_get_mimetype() function since it's got a more complete database of extension to mime mappings.
Comment #2
drewish commentedfound that mimedetect_mime() wasn't actually checking if the mimedetect_enable_file_binary variable was true before calling file. fixed that so i'm going to go ahead and commit this to HEAD and DRUPAL-5.
Comment #3
drewish commentedforgot the patch.
Comment #4
drewish commentedhere's what went into D5