Active
Project:
cck_map
Version:
5.x-3.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2008 at 16:30 UTC
Updated:
18 Aug 2008 at 16:30 UTC
I have started getting the following error randomly:
warning: array_merge() [function.array-merge ]: Argument #1 is not an array in /home/content/u/h/a/uhambo24/html/sites/all/modules/cck_map/cck_map.module on line 260.
from what I can find this is a problem with the array_merge function on line 260
return array($field['field_name'] => array_merge($node->$field['field_name'], $map_info));
however I'm unsure how to fix this