#103371 by drewish. More consistent and correct calling of node_invoke(..., 'view').
parent
cb9a2e2ad2
commit
291b38bf34
|
@ -1781,7 +1781,7 @@ function node_feed($nodes = 0, $channel = array()) {
|
||||||
|
|
||||||
// Filter and prepare node teaser
|
// Filter and prepare node teaser
|
||||||
if (node_hook($item, 'view')) {
|
if (node_hook($item, 'view')) {
|
||||||
node_invoke($item, 'view', $teaser, FALSE);
|
$item = node_invoke($item, 'view', $teaser, FALSE);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$item = node_prepare($item, $teaser);
|
$item = node_prepare($item, $teaser);
|
||||||
|
|
Loading…
Reference in New Issue