Code in question

  foreach (media_mover_api_verbs() as $verb) {
    if (isset($file["{$verb}_module"])) {
      _media_mover_api_module_invoke($file["{$verb}_module"], 'media_mover', 'update', $file["{$verb}_action"], $null = NULL, $file);
    }
  }

Patch to be attached soon.

Comments

mikeytown2’s picture

Status: Active » Needs review
StatusFileSize
new1.53 KB
mikeytown2’s picture

StatusFileSize
new2.15 KB

fixed whitespace tab issues

arthurf’s picture

Thanks for the patch! Fix is committed, please review