diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 7ad28e9..9793dcd 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -1593,7 +1593,7 @@ function taxonomy_field_formatter_view($entity_type, $entity, $field, $instance, ); } else { - $term = $item['taxonomy_term']; + $term = taxonomy_term_load($item['tid']; $uri = entity_uri('taxonomy_term', $term); $element[$delta] = array( '#type' => 'link',