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

temaruk’s picture

Status: Active » Needs review

This 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.

dixon_’s picture

Version: 7.x-1.0-alpha3 » 7.x-1.x-dev
Status: Needs review » Closed (fixed)

What @temaruk is saying is correct. The token integration was rewritten. A new release of UUID will probably be rolled soon.

dixon_’s picture

Issue summary: View changes

Added comment: uuid.tokens.inc as it was ambiguous to which file this was pertaining to