Commit 391d983b authored by renatog's avatar renatog Committed by De Araujo, Renato [CONBR Non-J&J]
Browse files

Issue #3279853 by RenatoG, tobiasb, LeDucDuBleuet: Copy & Paste error - Use...

Issue #3279853 by RenatoG, tobiasb, LeDucDuBleuet: Copy & Paste error - Use LANGUAGE_NONE instead of ['und']
parent 4e957ba7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ function node_reference_feeds_get_source(FeedsSource $source, FeedsParserResult
    $field = substr($key, 22);
    if (!empty($node->{$field}[LANGUAGE_NONE])) {
      foreach ($node->{$field}[LANGUAGE_NONE] as $value) {
        $results[] = $value[LANGUAGE_NONE];
        $results[] = $value['nid'];
      }
    }
    return $results;