Closed (fixed)
Project:
Project
Component:
Issues
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2005 at 21:09 UTC
Updated:
30 Jun 2005 at 13:53 UTC
I get errors that are caused by this line:
$node = node_load((array)$node);
in the issues module. To fix it I must cast $node into an array:
$node = node_load((array)$node);
This fix is required on lines 627 and 825.
Jesse
Comments
Comment #1
killes@www.drop.org commentedfixed.
Comment #2
(not verified) commented