Hi,

On line 130 (// $Id: token.module,v 1.5.2.2 2007/01/11 17:35:07 eaton Exp $): I think there's a typo...

function token_token_values($type, $object = NULL) {

Should it be the following?

function token_values($type, $object = NULL) {

I tried renaming the function to token_values and it appears to work.

Dub

Comments

eaton’s picture

Status: Active » Closed (works as designed)

Nope, that's token module's own implementation of hook_token_values. It's supposed to be that way. :-)