From 14779b97e1a051b68e2977ba6f48932e54da7b25 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 29 Nov 2010 04:53:32 +0000 Subject: #917730 by rfay, David_Rothstein: Fixed various RSS feed links (with tests). --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') 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'] = ''; -- cgit v1.2.3