Closed (fixed)
Project:
Imagefield Import
Version:
6.x-1.4-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2009 at 19:52 UTC
Updated:
5 Dec 2009 at 12:10 UTC
Line 368
if (!$image_info = image_get_info($filepath)) {
return FALE;
}
should be FALSE, not FALE
Comments
Comment #1
wulff commentedThis has been implemented differently in the latest dev. version of the module.