]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/replies.php
better error reporting for rememberme cookie handling
[quix0rs-gnu-social.git] / actions / replies.php
index f5bc2ce1a43801f0ebc5a35d87a9cf8cae61dcee..529ce7e980eee6ca0c8eaddab5472568ac1198bf 100644 (file)
@@ -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) {