Closed (duplicate)
Project:
Token
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2007 at 19:17 UTC
Updated:
7 May 2007 at 14:51 UTC
theme('token_help') is only returning the help as listed in token.module. The other module implementations are not being called. This appears to be a bug with module_implements or some other php related problem with .inc files.
This is "fixed" by moving the .inc statements from theme_token_help() into token_get_list() but that doesn't seem like it should be necessary.
Comments
Comment #1
gregglesIsn't your solution the same as the one proposed here: http://drupal.org/node/139959