Skip to content
Snippets Groups Projects
Commit 21a02ee9 authored by Chris Leppanen's avatar Chris Leppanen
Browse files

Issue #1807920 by Rob_Feature: Fixed Imported nodes have NULL format.

parent 9abc94b3
No related branches found
No related tags found
No related merge requests found
......@@ -66,11 +66,12 @@ function text_feeds_set_target($source, $entity, $target, $value) {
if (is_scalar($v)) {
$field['und'][$delta]['value'] = $v;
$delta++;
if (isset($format)) {
$field['und'][$delta]['format'] = $format;
}
$delta++;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment