hook_view and hook_nodeapi('view') are called with page = TRUE (I would have expected FALSE, but maybe there are reasons I'm not getting)
However, hook_nodeapi('alter') is called with page = $page, which is undefined.

Comments

merlinofchaos’s picture

Umm. I'm confused. Can you be more specific about where Views is making these calls?

yched’s picture

That's in views_node.inc, function views_handler_field_body()

merlinofchaos’s picture

You're right, that should be false. I bet that's also what's causing the blogs error.

yched’s picture

Status: Active » Closed (duplicate)