The implementation of hook_nodeapi in context.core.inc (line 268) is doing reference comparison between the node passed in and the result of menu_get_object(). If anything sits in front of hook_nodeapi and modifies the path it will cause this comparison to fail even though the values are the same. This should be changed to something more along the lines of the patch below:

CommentFileSizeAuthor
context.core_.inc_.patch.txt1.23 KBwwhurley

Comments

steven jones’s picture

Status: Active » Fixed

Changed to compare nid's. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.