I'm getting this error on user insertion.
warning: array_keys(): The first argument should be an array in nodefamily.module on line 426.
Any ideas as to why?
Thanks!
I'm getting this error on user insertion.
warning: array_keys(): The first argument should be an array in nodefamily.module on line 426.
Any ideas as to why?
Thanks!
Comments
Comment #1
fagothanks. I'm not sure why you get this on user insertion, anyway the function nodefamily_get_child_types($typename = NULL) wasn't working correctly with NULL - I fixed that and so the warning.
Comment #2
(not verified) commented