From 3381ec439d484cd23a1e5e01ead86761a462d815 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 22 May 2008 15:10:28 -0400 Subject: use notice URI in channel items list darcs-hash:20080522191028-84dde-802a85a8838bfe04347c172dc7c7df51367e11e6.gz --- lib/rssaction.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/rssaction.php b/lib/rssaction.php index 3b39a7031..33e158d5c 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'); -- cgit v1.2.3-54-g00ecf