Issue #1300482 by pillarsdotnet: Fixed Remove cruft function_exists() from _field_filter_items() leftover from the (removed) function registry.
parent
966be26083
commit
85ca330772
|
@ -515,7 +515,6 @@ function field_get_default_value($entity_type, $entity, $field, $instance, $lang
|
|||
*/
|
||||
function _field_filter_items($field, $items) {
|
||||
$function = $field['module'] . '_field_is_empty';
|
||||
function_exists($function);
|
||||
foreach ((array) $items as $delta => $item) {
|
||||
// Explicitly break if the function is undefined.
|
||||
if ($function($item, $field)) {
|
||||
|
|
Loading…
Reference in New Issue