I noticed two typos in migrate_extras_media.migrate.inc: in one comment, the word "relative" is misspelled, and in the lines
$this->dependencies =
array('MigrateExampleMediaImage', 'MigrateExampleMediaImage');the second dependency should be on MigrateExampleMediaVideo.
Once I submit this issue, I will have an issue number and I will make a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | migrate_extras-twotypos-1794442-1.patch | 1.65 KB | benjifisher |
Comments
Comment #1
benjifisherPatch attached.
Comment #2
mikeryanCommitted, thanks!