You are here

function scald_file_scald_update_atom in Scald File Provider 7

Implements hook_scald_update_atom().

File

./scald_file.module, line 265
Scald File is a Scald Atom Provider for Files.

Code

function scald_file_scald_update_atom($atom, $mode) {
  if ($mode == 'atom') {
    _scald_file_sync_file($atom);
  }
}