Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
c1a72540
Commit
c1a72540
authored
Jan 15, 2013
by
catch
Browse files
Issue
#1886876
by IRuslan, swentel: Fixed Useless assignment in node_feed().
parent
ad551b6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/node/node.module
View file @
c1a72540
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment