In mappers/file.inc file_field_widget_uri is called with
1) An object ($account) where an array is called for
2) A NULL in some circumstances, where an array must be passed.
The attached patch cleans up both of these I think.
Thanks for your work on this great module.
| Comment | File | Size | Author |
|---|---|---|---|
| feeds.pass_actual_account.patch | 693 bytes | rfay |
Comments
Comment #1
dave reidFixed properly with http://drupalcode.org/project/feeds.git/commit/5f9ebac
Comment #2
karilu_ec commentedThank you again. I was able to do the node import when I had a file field mapped.