summaryrefslogtreecommitdiff
path: root/classes/feeditem/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/feeditem/common.php')
-rw-r--r--classes/feeditem/common.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/feeditem/common.php b/classes/feeditem/common.php
index fca9433a4..0787a42cb 100644
--- a/classes/feeditem/common.php
+++ b/classes/feeditem/common.php
@@ -21,6 +21,9 @@ abstract class FeedItem_Common extends FeedItem {
$email = $author->getElementsByTagName("email")->item(0);
if ($email) return $email->nodeValue;
+
+ if ($author->nodeValue)
+ return $author->nodeValue;
}
$author = $this->xpath->query("dc:creator", $this->elem)->item(0);