X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Freplies.php;h=529ce7e980eee6ca0c8eaddab5472568ac1198bf;hb=ed440c734e45de01183d885e8750c173fc20a726;hp=f5bc2ce1a43801f0ebc5a35d87a9cf8cae61dcee;hpb=3bd710d15322dca2f859382fdee5765b4aa309cb;p=quix0rs-gnu-social.git diff --git a/actions/replies.php b/actions/replies.php index f5bc2ce1a4..529ce7e980 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) {