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

fago’s picture

Status: Active » Fixed

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

Anonymous’s picture

Status: Fixed » Closed (fixed)