I find I can still upload bmp images (with error messages due to impossible resizes)
Looks like this line in image_prepare() :
if (!$image_info || !isset($image_info['extension'])) {
should be replaced with :
if (!$image_info || empty($image_info['extension'])) {
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | image_169549.patch | 792 bytes | drewish |
Comments
Comment #1
drewish commentedthanks applying to HEAD and DRUPAL-5.
Comment #2
yched commentedwoo - that was fast :-)
Comment #3
(not verified) commented