summaryrefslogtreecommitdiffstats
path: root/utility
diff options
context:
space:
mode:
Diffstat (limited to 'utility')
-rw-r--r--utility/feedfetcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/feedfetcher.php b/utility/feedfetcher.php
index b6b0161da..f72a14439 100644
--- a/utility/feedfetcher.php
+++ b/utility/feedfetcher.php
@@ -120,7 +120,7 @@ class FeedFetcher implements IFeedFetcher {
$author = $simplePieItem->get_author();
if ($author !== null) {
- $item->setAuthor($author->get_name());
+ $item->setAuthor(html_entity_decode($author->get_name()));
}
// TODO: make it work for video files also