From: Evan Prodromou Date: Thu, 22 May 2008 19:10:28 +0000 (-0400) Subject: use notice URI in channel items list X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3381ec439d484cd23a1e5e01ead86761a462d815;p=quix0rs-gnu-social.git use notice URI in channel items list darcs-hash:20080522191028-84dde-802a85a8838bfe04347c172dc7c7df51367e11e6.gz --- diff --git a/lib/rssaction.php b/lib/rssaction.php index 3b39a70319..33e158d5c1 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -84,9 +84,7 @@ class Rss10Action extends Action { common_element_start('items'); common_element_start('rdf:Seq'); foreach ($notices as $n) { - common_element('rdf:li', array('rdf:resource' => - common_local_url('shownotice', - array('notice' => $n->id)))); + common_element('rdf:li', array('rdf:resource' => $notice->uri)); } common_element_end('rdf:Seq');