summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.pages.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-13 05:00:25 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-13 05:00:25 +0000
commit3a0f6b33720b1a939ec2f828bfefd31b6c51817f (patch)
tree89502c07e46b8eb5367aa880c74a15204c95c2cc /modules/taxonomy/taxonomy.pages.inc
parent52f99dc071428a1490d0d367e95706a65f5b3d17 (diff)
downloadbrdo-3a0f6b33720b1a939ec2f828bfefd31b6c51817f.tar.gz
brdo-3a0f6b33720b1a939ec2f828bfefd31b6c51817f.tar.bz2
#636992 by catch, yched: Fixed Entity loading needs protection from infinite recursion. Prevents unnecessary user_load()s from RDF.
Diffstat (limited to 'modules/taxonomy/taxonomy.pages.inc')
-rw-r--r--modules/taxonomy/taxonomy.pages.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/taxonomy/taxonomy.pages.inc b/modules/taxonomy/taxonomy.pages.inc
index e4987e52b..712e8bc75 100644
--- a/modules/taxonomy/taxonomy.pages.inc
+++ b/modules/taxonomy/taxonomy.pages.inc
@@ -31,6 +31,7 @@ function taxonomy_term_page($term) {
drupal_add_css(drupal_get_path('module', 'taxonomy') . '/taxonomy.css');
field_attach_prepare_view('taxonomy_term', array($term->tid => $term), 'full');
+ entity_prepare_view('taxonomy_term', array($term->tid => $term));
$build = array();
$build += field_attach_view('taxonomy_term', $term);
$build['term_description'] = array(