From 71e33d9cb6e0b58bc20c96c121b6dfa92357f418 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 2 Aug 2012 12:58:28 -0700 Subject: Fix up per item feed urls. Fixes #1906. --- modules/comment/helpers/comment_rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/comment/helpers/comment_rss.php b/modules/comment/helpers/comment_rss.php index be1968dc..1a7ed53c 100644 --- a/modules/comment/helpers/comment_rss.php +++ b/modules/comment/helpers/comment_rss.php @@ -36,7 +36,7 @@ class comment_rss_Core { } if ($item && comment_rss::feed_visible("per_item")) { - $feeds["comment/item/$item->id"] = + $feeds["comment/per_item/$item->id"] = t("Comments on %title", array("title" => html::purify($item->title))); } return $feeds; -- cgit v1.2.3