Closed (fixed)
Project:
Token
Version:
6.x-1.13
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2010 at 03:51 UTC
Updated:
12 Jul 2010 at 13:20 UTC
A few modules which require token and use to work seem to fail when calling theme_token_help()
I wonder if this is since moving the theme_token_help function into token.pages.inc
See related issues on modules requiring token:
http://drupal.org/node/836086
http://drupal.org/node/820822
Comments
Comment #1
dave reidYou should always call theme functions using theme(). In this case you would use theme('token_help').