]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/rssaction.php
don't hide unsub button for remote users
[quix0rs-gnu-social.git] / lib / rssaction.php
index 6f6c9a8cb08e76461b1438556de367850c39e20d..0c8188e88021a8aca153d0eefb09ecf2b5805861 100644 (file)
@@ -214,7 +214,7 @@ class Rss10Action extends Action
         $this->element('cc:licence', array('rdf:resource' => common_config('license', 'url')));
         if ($notice->reply_to) {
             $replyurl = common_local_url('shownotice', array('notice' => $notice->reply_to));
-            $this->element('sioc:reply_to', array('rdf:resource' => $replyurl));
+            $this->element('sioc:reply_of', array('rdf:resource' => $replyurl));
         }
         $this->elementEnd('item');
         $this->creators[$creator_uri] = $profile;