#103371 by drewish. More consistent and correct calling of node_invoke(..., 'view').

5.x
Neil Drumm 2006-12-29 21:25:36 +00:00
parent cb9a2e2ad2
commit 291b38bf34
1 changed files with 1 additions and 1 deletions

View File

@ -1781,7 +1781,7 @@ function node_feed($nodes = 0, $channel = array()) {
// Filter and prepare node teaser
if (node_hook($item, 'view')) {
node_invoke($item, 'view', $teaser, FALSE);
$item = node_invoke($item, 'view', $teaser, FALSE);
}
else {
$item = node_prepare($item, $teaser);