Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
5.x-1.x-dev
Component:
Views Data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2007 at 00:02 UTC
Updated:
12 Dec 2007 at 05:34 UTC
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
Comment #1
merlinofchaos commentedUmm. I'm confused. Can you be more specific about where Views is making these calls?
Comment #2
yched commentedThat's in views_node.inc, function views_handler_field_body()
Comment #3
merlinofchaos commentedYou're right, that should be false. I bet that's also what's causing the blogs error.
Comment #4
yched commentedpatch in http://drupal.org/node/128520