diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-21 21:12:25 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-21 21:12:25 +0000 |
commit | 02c8592759c5b33d3d94fe6a515f10af4317dd5c (patch) | |
tree | 570ec558b6f70565d40a3e4f30cac3515c752c48 /modules/taxonomy | |
parent | 51948a790b92a44e6d1bccb62332cbd413b36f00 (diff) | |
download | brdo-02c8592759c5b33d3d94fe6a515f10af4317dd5c.tar.gz brdo-02c8592759c5b33d3d94fe6a515f10af4317dd5c.tar.bz2 |
- Patch #428744 by Gabor: make the main page content a real block and clean up some of the content API.
Diffstat (limited to 'modules/taxonomy')
-rw-r--r-- | modules/taxonomy/taxonomy.pages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.pages.inc b/modules/taxonomy/taxonomy.pages.inc index 65c81cbb1..2454c5195 100644 --- a/modules/taxonomy/taxonomy.pages.inc +++ b/modules/taxonomy/taxonomy.pages.inc @@ -79,7 +79,7 @@ function taxonomy_term_page($terms, $depth = 0, $op = 'page') { ); } - return drupal_get_page($build); + return $build; case 'feed': $channel['link'] = url('taxonomy/term/' . $str_tids . '/' . $depth, array('absolute' => TRUE)); |