#2885787: Use LANGUAGE_NONE instead of ['und'] introduced a copy & paste error.
$results[] = $value['nid']; -> $results[] = $value[LANGUAGE_NONE];
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3279853.patch | 502 bytes | renatog |
#2885787: Use LANGUAGE_NONE instead of ['und'] introduced a copy & paste error.
$results[] = $value['nid']; -> $results[] = $value[LANGUAGE_NONE];
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3279853.patch | 502 bytes | renatog |
Comments
Comment #2
renatog commentedYou're right! Good catch!
Thanks
Follow the patch to review
Comment #3
tobiasbComment #4
leducdubleuet commentedI would say this is critical when using this module in conjunction with Feeds.
The patch in #2 fixes this issue.
Comment #6
renatog commentedCommitted
Comment #7
renatog commentedNew release with this update: https://www.drupal.org/project/references/releases/7.x-2.4
Thanks