Closed (fixed)
Project:
Migrate
Version:
7.x-2.6-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2013 at 20:56 UTC
Updated:
4 Jun 2013 at 22:30 UTC
Maybe, this bug comes only with my Items Class http://drupal.org/node/1998632 (So I could't get into this right now).
However, is it not require to check for $row->xml Before run the the applyMappings() method?
Thank you
| Comment | File | Size | Author |
|---|---|---|---|
| xml-analyze-check-for-xml-in-row.patch | 595 bytes | dropfen |
Comments
Comment #1
mikeryanComment #3
mikeryanYes, it's reasonable to check, I've committed this fix, thanks. However, be aware that this will actually obscure your root bug (that $row->xml is not populated).
Comment #4
dropfen commentedYeah, you are right. I just disabled the error message lol. But the Problem is still there. thanks