]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changed sioc:reply_to to sioc:reply_of
authorSarven Capadisli <csarven@controlyourself.ca>
Thu, 2 Jul 2009 15:38:25 +0000 (15:38 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Thu, 2 Jul 2009 15:38:25 +0000 (15:38 +0000)
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;