Module doesn't have support for multilanguage nodes, here is my fix in _nodeincck_get_node function:
global $language;
$t = translation_node_get_translations($field['nodeincck_nid']);
if (isset($t[$language->language])) {
$field['nodeincck_nid'] = $t[$language->language]->nid;
}
Insert first of all.
Comments
Comment #1
mattyoung commentedcommitted and released in 'dev'
Thanks for the code and please test.
Comment #2
mattyoung commented~
Comment #3
mattyoung commented~
Comment #5
morybel commentedThis fix worked for me. Thanks