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

mattyoung’s picture

committed and released in 'dev'

Thanks for the code and please test.

mattyoung’s picture

Assigned: Unassigned » mattyoung
Status: Active » Needs review

~

mattyoung’s picture

Status: Needs review » Fixed

~

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

morybel’s picture

Status: Closed (fixed) » Reviewed & tested by the community

This fix worked for me. Thanks