Skip to content
Snippets Groups Projects
Commit 1f904665 authored by Damian Lee's avatar Damian Lee Committed by Tim Plunkett
Browse files

Replace calls to $node->title with $node->label()

parent 1a0ca124
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ function render($row) {
$item = new stdClass();
$item->description = $item_text;
$item->title = $node->title;
$item->title = $node->label();
$item->link = $node->link;
$item->elements = $node->rss_elements;
$item->nid = $node->nid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment