Closed (fixed)
Project:
Context
Version:
6.x-2.0-beta7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 17:01 UTC
Updated:
10 Apr 2010 at 17:00 UTC
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:
| Comment | File | Size | Author |
|---|---|---|---|
| context.core_.inc_.patch.txt | 1.23 KB | wwhurley |
Comments
Comment #1
steven jones commentedChanged to compare nid's. Thanks!