Closed (fixed)
Project:
Migrate Extras
Version:
6.x-1.x-dev
Component:
Migrate Extras Features
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2010 at 17:05 UTC
Updated:
8 Apr 2010 at 19:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
frankcarey commentedThis seems to have done the trick. Will update dev as soon as I have a spare min.
Comment #2
derikson commentedThe problem is that $mcsid is never given a value, so the table name is always stored in $maptables[null]. When you attempt to get the value later using the real mcsid, the key doesn't exist so the value is null. The previous patch doesn't correctly fix the problem, but this one should.
Comment #3
frankcarey commented@derickson - you patch didn't apply cleanly try using cvs diff?
I'm applying the first patch for now to dev to at least solve the issue for now.
Comment #4
frankcarey commented@ derickson - please just reopen when you have a new patch.
Committed to dev