#2885787: Use LANGUAGE_NONE instead of ['und'] introduced a copy & paste error.

$results[] = $value['nid']; -> $results[] = $value[LANGUAGE_NONE];

CommentFileSizeAuthor
#2 3279853.patch502 bytesrenatog

Comments

tobiasb created an issue. See original summary.

renatog’s picture

Status: Active » Needs review
StatusFileSize
new502 bytes

You're right! Good catch!

Thanks

Follow the patch to review

tobiasb’s picture

Status: Needs review » Reviewed & tested by the community
leducdubleuet’s picture

Priority: Normal » Critical

I would say this is critical when using this module in conjunction with Feeds.

The patch in #2 fixes this issue.

  • RenatoG authored 391d983 on 7.x-2.x
    Issue #3279853 by RenatoG, tobiasb, LeDucDuBleuet: Copy...
renatog’s picture

Status: Reviewed & tested by the community » Fixed

Committed

renatog’s picture

Status: Fixed » Closed (fixed)

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