Skip to content

Commit

Permalink
Handle formatted values properly
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoerrmann committed Sep 4, 2013
1 parent c662d96 commit d466eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data-sources/data.search.php
Expand Up @@ -421,6 +421,7 @@ public function execute(array &$param_pool = null) {
$field_pool[$field_id] = FieldManager::fetch($field_id);
}
$field_pool[$field_id]->appendFormattedElement($entry_xml, $values, FALSE, 'formatted', $e->get('id'));
$field_pool[$field_id]->appendFormattedElement($entry_xml, $values, FALSE, (!empty($values['value_formatted']) ? 'formatted' : null), $e->get('id'));
}
}

Expand Down

0 comments on commit d466eb5

Please sign in to comment.