Closed (duplicate)
Project:
ImageCache Actions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2012 at 18:53 UTC
Updated:
22 Apr 2012 at 20:12 UTC
I think that canvasactions.inc might have a typo on line 828:
$sub_effect['data'][$param] = image_filter_keyword($sub_effect['data'][$param], $image->info[$direction], $sub_action['data'][$direction]);
should probably be:
$sub_effect['data'][$param] = image_filter_keyword($sub_effect['data'][$param], $image->info[$direction], $sub_effect['data'][$direction]);
$sub_action doesn't seem to be defined in this function.
Comments
Comment #1
fietserwinFixed and committed by the patch from #1494830: Patch for multiple issues with canvas actions.
Please note that defining files (if an effect needs one) has been changed with that patch and will probably be further changed. I'm thinking that explicitly specifying public:// or private:// is better than the module looking at a number of places. This will thus be a not backwards compatible way, unless you start using public:// or private:// right away.
7.x-1.0 is on its way, check the project page regularly...