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
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