Closed (outdated)
Project:
Editable Fields
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2009 at 23:05 UTC
Updated:
25 Nov 2016 at 23:07 UTC
Jump to comment: Most recent
Comments
Comment #1
theabacus commentedHmm, I may have resolved the problem.
File: editablefields.module
Function: editablefields_submit
Line: 207
If you add "$node->{$field_name} = array();" right before "if (is_array($node->{$field_name})) {". It appears to fix the problem.
Comment #2
joelpittetClosing this to triage the queue. Feel free to comment if you'd like this to be re-opened, though currently there is nobody supporting the 6.x branch.