Fix up per item feed urls. Fixes #1906.

This commit is contained in:
Bharat Mediratta
2012-08-02 12:58:28 -07:00
parent eb32966d4b
commit 71e33d9cb6
+1 -1
View File
@@ -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;