Issue #1886876 by IRuslan, swentel: Fixed Useless assignment in node_feed().

8.0.x
catch 2013-01-15 15:44:25 +00:00
parent ad551b6e55
commit c1a725406d
1 changed files with 0 additions and 1 deletions

View File

@ -2091,7 +2091,6 @@ function node_feed($nids = FALSE, $channel = array()) {
$item_length = $rss_config->get('items.view_mode');
$namespaces = array('xmlns:dc' => 'http://purl.org/dc/elements/1.1/');
$teaser = ($item_length == 'teaser');
// Load all nodes to be rendered.
$nodes = node_load_multiple($nids);