summaryrefslogtreecommitdiff
path: root/lib/rssaction.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-07-02 15:38:25 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-07-02 15:38:25 +0000
commit35a5934503542d585447e3eef3bebc38af8c1931 (patch)
tree5a8b3f043c81dba81e46f2d00e8b938c460941f0 /lib/rssaction.php
parentd04ab14a5a15f9119bedca1332eb516ecf5ca483 (diff)
Changed sioc:reply_to to sioc:reply_of
Diffstat (limited to 'lib/rssaction.php')
-rw-r--r--lib/rssaction.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rssaction.php b/lib/rssaction.php
index 6f6c9a8cb..0c8188e88 100644
--- a/lib/rssaction.php
+++ b/lib/rssaction.php
@@ -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;