Closed (fixed)
Project:
Exclude Node Title
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2012 at 06:11 UTC
Updated:
12 May 2014 at 21:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dshirkalin commentedA simple fix is to add
if (!$node || !$node->type) return FALSE;before
$node_type = $node->type;in exclude_node_title.module.
Comment #2
thatjustin commentedCan we get this rolled into an update?
Comment #3
thatjustin commentedHere's a patch.
Comment #4
gabrielu commentedAdded to next release. Thanks @thatjustin for the patch. It seems the node is not loaded correctly.
Gabriel