summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 2afd1edd2..58f8d2856 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1988,7 +1988,7 @@ function node_feed($nids = FALSE, $channel = array()) {
'version' => '2.0',
'title' => variable_get('site_name', 'Drupal'),
'link' => $base_url,
- 'description' => variable_get('site_mission', ''),
+ 'description' => variable_get('feed_description', ''),
'language' => $language->language
);
$channel = array_merge($channel_defaults, $channel);