Closed (duplicate)
Project:
Image
Version:
6.x-1.0-alpha1
Component:
image.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2008 at 16:31 UTC
Updated:
8 May 2008 at 13:35 UTC
There is a bug in line 809 of image.module - instead of:
$status = image_scale_and_crop($destination, $destination, $size['width'], $size['height']);
it should be
$status = image_scale_and_crop($original_path, $destination, $size['width'], $size['height']);
Comments
Comment #1
dominik.mediaventures commentedSorry, I didn't realize it's the same as #223836: Division by zero warning in image.inc, no images created.