Closed (fixed)
Project:
Migrate Extras
Version:
7.x-2.x-dev
Component:
Media
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Sep 2012 at 12:16 UTC
Updated:
18 Oct 2012 at 20:11 UTC
Jump to comment: Most recent file
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!