Closed (fixed)
Project:
Imagecache Token
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
15 May 2013 at 15:53 UTC
Updated:
22 Jun 2013 at 08:28 UTC
On every cache flush imagecache_token_token_info_alter is called which alters the type of every field of type 'image' to read 'image-field'. The minor issue here is it doesn't check for token existence prior to altering the type thus creating a new token array value of array('type' => 'image-field'), which is obviously missing the name property that's required. The attached patch fixes the issue.
| Comment | File | Size | Author |
|---|---|---|---|
| imagecache_token.module.patch | 687 bytes | evgeny.chernyavskiy |
Comments
Comment #1
hydra commentedThis should be fixed by https://drupal.org/node/1525210#comment-7567339
If not, please reopen this issue, thank you!