Closed (fixed)
Project:
ImageCache
Version:
5.x-2.0-beta
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2008 at 08:59 UTC
Updated:
15 Apr 2008 at 17:10 UTC
The function imagecache_field_formatter() should be corrected as the like:
$presetname = preg_replace('/_linked$/', '', $formatter);
$presetname = preg_replace('/_imagelink$/', '', $presetname);
Comments
Comment #1
dopry commentedThis is fixed in HEAD.