Hello,
I've notices that when I try to external imagecache a file with mime type "image/jpg", I cannot get its imagecache.
After a little digging, I realized that within "imagecache_external.module" function "imagecache_external_allowed_mimetypes" doesn't have this mime type listed. ("image/jpg" != existing mime type "image/jpeg").
Adding "image/jpeg" to "imagecache_external_allowed_mimetypes" function array, solve this issue.
Comments
Comment #1
BarisW commentedGood catch. Committed, thanks!