From 30e5c0d4bb8a0ec0939307ac88121344af8ae739 Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Mon, 2 Nov 2009 19:48:35 +0000 Subject: [PATCH] Keep author consistent with SimplePie. --- plugins/FeedsSyndicationParser.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/FeedsSyndicationParser.inc b/plugins/FeedsSyndicationParser.inc index 1e3236be..86c1ea81 100644 --- a/plugins/FeedsSyndicationParser.inc +++ b/plugins/FeedsSyndicationParser.inc @@ -39,8 +39,8 @@ class FeedsSyndicationParser extends FeedsParser { 'name' => t('Description'), 'description' => t('Description of the feed item.'), ), - 'author' => array( - 'name' => t('Author'), + 'author_name' => array( + 'name' => t('Author name'), 'description' => t('Author of the feed item (string).'), ), 'timestamp' => array( -- GitLab