#175979 by Desbeers: forum module does not need to call node_prepare anymore, because it is already done

6.x
Gábor Hojtsy 2007-10-08 08:40:26 +00:00
parent e11dd1b1ad
commit f87245c202
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@ function forum_nodeapi(&$node, $op, $teaser, $page) {
$breadcrumb[] = array('path' => 'node/'. $node->nid);
menu_set_location($breadcrumb);
$node = node_prepare($node, $teaser);
if (!$teaser) {
$node->content['forum_navigation'] = array(
'#value' => theme('forum_topic_navigation', $node),