]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
creator_url
authorEvan Prodromou <evan@prodromou.name>
Wed, 16 Jul 2008 16:33:39 +0000 (12:33 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 16 Jul 2008 16:33:39 +0000 (12:33 -0400)
darcs-hash:20080716163339-84dde-b6d10e042e3168afa07eb6738dae9714b402dbe2.gz

lib/rssaction.php

index 4d696de03e5398a9f0d69802d5776460fa532233..1af472e580f683a9a757deb7db73ba7153be2b18 100644 (file)
@@ -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;