summaryrefslogtreecommitdiff
path: root/lib/rssaction.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-13 11:30:12 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-13 11:30:12 -0400
commit1c50e110776b1676303bcd894fabe0fbf92cad31 (patch)
tree9c14257379822c1ea111d74871328021d74df18e /lib/rssaction.php
parent809df852c3b79e9ce0d76cc81e73da463ec5557c (diff)
add author information for RSS
darcs-hash:20080613153012-84dde-3b5b4670681fc40dc62d82a1609ebca69a921bda.gz
Diffstat (limited to 'lib/rssaction.php')
-rw-r--r--lib/rssaction.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rssaction.php b/lib/rssaction.php
index a61facd92..9d38bb275 100644
--- a/lib/rssaction.php
+++ b/lib/rssaction.php
@@ -116,6 +116,7 @@ class Rss10Action extends Action {
common_element('link', NULL, $nurl);
common_element('description', NULL, $notice->content);
common_element('dc:date', NULL, common_date_w3dtf($notice->created));
+ common_element('dc:creator', NULL, ($profile->fullname) ? $profile->fullname : $profile->nickname);
common_element('cc:licence', array('rdf:resource' => $config['license']['url']));
common_element_end('item');
}