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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | media_mover-974728.patch | 2.15 KB | mikeytown2 |
| #1 | media_mover-974728.patch | 1.53 KB | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedComment #2
mikeytown2 commentedfixed whitespace tab issues
Comment #3
arthurf commentedThanks for the patch! Fix is committed, please review