Issue #1300482 by pillarsdotnet: Fixed Remove cruft function_exists() from _field_filter_items() leftover from the (removed) function registry.

8.0.x
catch 2011-10-06 16:09:15 +09:00
parent 966be26083
commit 85ca330772
1 changed files with 0 additions and 1 deletions

View File

@ -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)) {