]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/userrss.php
save notice to inbox on saveNew
[quix0rs-gnu-social.git] / actions / userrss.php
index a30c7bc28f64722de13ffdc9b15f5a56525c34ae..e57f861054bc70964b7108092246cf1ceff36077 100644 (file)
@@ -82,11 +82,9 @@ class UserrssAction extends Rss10Action {
 
        # override parent to add X-SUP-ID URL
        
-       function show_rss($limit=0) {
+       function init_rss($limit=0) {
                $url = common_local_url('sup', NULL, $this->user->id);
-               header('X-SUP-ID', $url);
-               parent::show_rss($limit);
+               header('X-SUP-ID: '.$url);
+               parent::init_rss($limit);
        }
-       
-       
 }
\ No newline at end of file