From e858ee49c654e6b90ebed658aaeab4f39fed25a7 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 16 Jul 2008 12:33:39 -0400 Subject: [PATCH] creator_url darcs-hash:20080716163339-84dde-b6d10e042e3168afa07eb6738dae9714b402dbe2.gz --- lib/rssaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rssaction.php b/lib/rssaction.php index 4d696de03e..1af472e580 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -125,7 +125,7 @@ class Rss10Action extends Action { common_element('description', NULL, $profile->nickname."'s status on ".common_exact_date($notice->created)); common_element('dc:date', NULL, common_date_w3dtf($notice->created)); common_element('dc:creator', NULL, ($profile->fullname) ? $profile->fullname : $profile->nickname); - common_element('sioc:has_creator', array('rdf:resource' => $creator_url)); + common_element('sioc:has_creator', array('rdf:resource' => $creator_uri)); common_element('cc:licence', array('rdf:resource' => common_config('license', 'url'))); common_element_end('item'); $this->creators[$creator_uri] = $profile;