- Issue created by @jordan.jamous
I updated to the latest version of opengraph_meta, installed metatag and select_or_other, updatedb didn't not fail however nothing have been migrated.
I found out that the migration script passes a wrong parameter ($row->language) as node bundle metatag_metatags_save('node', $row->nid, $row->vid, $metatags, $row->language);
To fix the migration, don't pass $row->language
as metatag_metatags_save()
function will be able to calculate the language itself.
Write a patch to update the migration script
N/A
N/A
N/A
Needs review
2.0
Code