summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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');
}