line 83 of sites/all/modules/token/token_node.inc

Comments

mikeytown2’s picture

Status: Active » Needs review
StatusFileSize
new742 bytes
dave reid’s picture

Status: Needs review » Postponed (maintainer needs more info)

$node->language not being defined is not a valid node. How would this happen?

mikeytown2’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

on a cron run; thanks will look elsewhere :)

mikeytown2’s picture

Project: Token » FeedAPI
Component: Code » Code feedapi (core module)
Status: Closed (works as designed) » Needs review
StatusFileSize
new902 bytes

Found the issues:
feedapi_create_node()
_feedapi_node_save()

Following core by setting to an empty string path_nodeapi().

mikeytown2’s picture

Title: Notice: Undefined property: stdClass::$language in node_token_values() » Set $node->language if not defined.