summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-12 08:31:17 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-12 08:31:17 +0000
commita86223cd7039756510df0f9e0f5ddf38b7e04fcf (patch)
treebce2ccbe8017aa053c639979cfc4202db9254782 /modules/node/node.module
parenta81eaade5096f284cc4d011360e9bd79c655690a (diff)
downloadbrdo-a86223cd7039756510df0f9e0f5ddf38b7e04fcf.tar.gz
brdo-a86223cd7039756510df0f9e0f5ddf38b7e04fcf.tar.bz2
- Patch #428800 by Gabor Hojtsy: convert the mission statement to a block so we have more flexibility to place it.
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);