$extension = array_pop($parts);
should be
$extension = strtolower(array_pop($parts));

CommentFileSizeAuthor
#2 mimedetect_434200.patch680 bytesdrewish

Comments

drewish’s picture

Title: handle uppercase extensions correctly » Handle uppercase extensions correctly
Status: Active » Fixed

committed the attached to HEAD.

drewish’s picture

StatusFileSize
new680 bytes

and to DRUPAL-5

drewish’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.