summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-29 04:53:32 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-29 04:53:32 +0000
commit14779b97e1a051b68e2977ba6f48932e54da7b25 (patch)
tree0d79c0a340a92e5d7f2d3587ec59d1dc7171e4dc /modules/forum
parent1a685474e698ce3e90dbae87f6a1f83966d9ef63 (diff)
downloadbrdo-14779b97e1a051b68e2977ba6f48932e54da7b25.tar.gz
brdo-14779b97e1a051b68e2977ba6f48932e54da7b25.tar.bz2
#917730 by rfay, David_Rothstein: Fixed various RSS feed links (with tests).
Diffstat (limited to 'modules/forum')
-rw-r--r--modules/forum/forum.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 10076a9cd..fffd0c76d 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -990,7 +990,7 @@ function template_preprocess_forums(&$variables) {
if ($variables['tid'] && !in_array($variables['tid'], variable_get('forum_containers', array()))) {
$variables['topics'] = theme('forum_topic_list', $variables);
- drupal_add_feed('taxonomy/term/' . $variables['tid'] . '/0/feed', 'RSS - ' . $title);
+ drupal_add_feed('taxonomy/term/' . $variables['tid'] . '/feed', 'RSS - ' . $title);
}
else {
$variables['topics'] = '';