Taxonomy_get_term is not a hook, therefore

      $value = module_invoke('taxonomy', 'get_term', $value);

should simple be

      $value = taxonomy_get_term($value);

Comments

nancydru’s picture

Status: Active » Needs review
nancydru’s picture

Status: Needs review » Fixed

Committed to both -dev versions.

nancydru’s picture

Status: Fixed » Closed (fixed)

Included in new release.