Closed (fixed)
Project:
Custom Tokens
Version:
5.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2008 at 19:08 UTC
Updated:
5 Dec 2008 at 13:01 UTC
In the function token_custom_token_values(),
The default case is written as "case default:" which results looking for a type named 'default' instead of catching all other token types.
Solution:
Simply remove the 'case' should do the trick.
Comments
Comment #1
hanoiiRight, thanks, commited.