use notice URI in channel items list
darcs-hash:20080522191028-84dde-802a85a8838bfe04347c172dc7c7df51367e11e6.gz
This commit is contained in:
parent
a39bb63ebd
commit
3381ec439d
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue
Block a user