Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2011 at 16:24 UTC
Updated:
21 Jun 2011 at 12:12 UTC
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.