mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-23 00:04:03 -04:00
Fix up per item feed urls. Fixes #1906.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user