Closed (fixed)
Project:
Composite Layout
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2011 at 15:10 UTC
Updated:
15 Feb 2011 at 03:10 UTC
Hello :)
When I use composity layout to display nodes inside my layout, I get the following errors :
* warning: Illegal offset type in isset or empty in /server/homes/anselm/source/websites/iansa/sites/all/modules/composite/composite.module on line 717.
* warning: Illegal offset type in /server/homes/anselm/source/websites/iansa/sites/all/modules/composite/composite.module on line 718.
I have identified the problem : in composite.node.inc, _composite_nodes_recursion_check is called with a node as parameter - it should have been given a nid.
Attached is the patch to fix this issue.
| Comment | File | Size | Author |
|---|---|---|---|
| composite.patch | 593 bytes | Alice Heaton |
Comments
Comment #1
bengtan commentedHi,
Committed.
See http://drupal.org/cvs?commit=492834
Thanks.