$extension = array_pop($parts);
should be
$extension = strtolower(array_pop($parts));
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | mimedetect_434200.patch | 680 bytes | drewish |
$extension = array_pop($parts);
should be
$extension = strtolower(array_pop($parts));
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | mimedetect_434200.patch | 680 bytes | drewish |
Comments
Comment #1
drewish commentedcommitted the attached to HEAD.
Comment #2
drewish commentedand to DRUPAL-5
Comment #3
drewish commentedturns out this was a duplicate of #321770: Extension test needs to be case insensitive