File imagecache.install line 132:
db_query("DELETE FROM {sequences} WHERE name = '{imagecache_action}_presetid'");
Should be:
db_query("DELETE FROM {sequences} WHERE name = '{imagecache_preset}_presetid'");
The same bug in 5.x-1.6
Thanks
Comments
Comment #1
fizk commented