uuid.tokens.inc
Lines 34, 35, 37 are incorrectly calling the namespace / index "commnet"
if (module_exists('commnet')) {
$tokens['tokens']['commnet']['uuid'] = array(
'name' => t("Comment UUID"),
'description' => t("The UUID of the commnet."),
);
}
Comments
Comment #1
temaruk commentedThis seems to be fixed in current dev version (2012-May-17). Token integration was rewritten in favor of a more entity generic solutions according to some commits, see here. Should be considered fixed.
Comment #2
dixon_What @temaruk is saying is correct. The token integration was rewritten. A new release of UUID will probably be rolled soon.
Comment #2.0
dixon_Added comment: uuid.tokens.inc as it was ambiguous to which file this was pertaining to