Closed (fixed)
Project:
Image javascript crop
Version:
7.x-1.x-dev
Component:
PHP
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2013 at 04:33 UTC
Updated:
26 May 2013 at 04:51 UTC
This results in the following error after selecting a style to reuse:
Warning: Invalid argument supplied for foreach() in imagecrop_reuse_effect() (line 237 of /var/www/garfield/sites/all/modules/imagecrop/includes/imagecrop.effects.inc).
This error is due to the fact that image_style_load() expects the second parameter to be the isid and not the machine_name.
A patch is forthcoming.
Comments
Comment #1
chasingmaxwell commentedNever mind. In the process of patching I saw this is fixed in the dev branch. My bad.