Teasers are blank for tweets.
This is because line 314 of feedapi_node.module expects a description in the feed item, rather than creating the teaser from the mapper.
$node->teaser = node_teaser($feed_item->description);
Teasers are blank for tweets.
This is because line 314 of feedapi_node.module expects a description in the feed item, rather than creating the teaser from the mapper.
$node->teaser = node_teaser($feed_item->description);
Comments
Comment #1
tom_o_t commentedCommitted a fix. Will be in next version of head and beta3
Comment #2
tom_o_t commented