summaryrefslogtreecommitdiff
path: root/actions/replies.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/replies.php')
-rw-r--r--actions/replies.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/replies.php b/actions/replies.php
index f5bc2ce1a..529ce7e98 100644
--- a/actions/replies.php
+++ b/actions/replies.php
@@ -73,6 +73,11 @@ class RepliesAction extends StreamAction {
}
$this->views_menu();
+
+ $this->show_feeds_list(array(0=>array('href'=>common_local_url('repliesrss', array('nickname' => $user->nickname)),
+ 'type' => 'rss',
+ 'version' => 'RSS 1.0',
+ 'item' => 'repliesrss')));
}
function show_replies($user) {