You are here

function _filefield_paths_include_updater_filefield_paths_file_check in File (Field) Paths 6.2

Implements hook_filefield_paths_file_check().

File

includes/updater.inc, line 30

Code

function _filefield_paths_include_updater_filefield_paths_file_check($file, $field) {
  return $field['widget']['updater'] == 'active';
}