Closed (fixed)
Project:
Image Resize Filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2011 at 14:27 UTC
Updated:
16 Feb 2011 at 22:50 UTC
This does not seem to be causing any harm, but I don't think the ";" is meant to be here.
if ($image['location'] == 'remote') {;
// ...
}
In function image_resize_filter_process_images()
Comments
Comment #1
quicksketchThanks, nice catch! Fixed.