]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
use notice URIs in RSS feeds
[quix0rs-gnu-social.git] / actions / showstream.php
index dd849f093645115d92dfc7d9aac5ce4bbeb478ca..3de9a6e23bd4f4f85e1a7d387719f26ab1b5957b 100644 (file)
@@ -64,7 +64,7 @@ class ShowstreamAction extends StreamAction {
 
        function show_header($user) {
                common_element('link', array('rel' => 'alternate',
-                                                                        'href' => common_local_url('rss10', array('nickname' =>
+                                                                        'href' => common_local_url('userrss', array('nickname' =>
                                                                                                                                                           $user->nickname)),
                                                                         'type' => 'application/rss+xml',
                                                                         'title' => _t('Notice feed for ') . $user->nickname));