summaryrefslogtreecommitdiffstats
path: root/businesslayer
diff options
context:
space:
mode:
Diffstat (limited to 'businesslayer')
-rw-r--r--businesslayer/feedbusinesslayer.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/businesslayer/feedbusinesslayer.php b/businesslayer/feedbusinesslayer.php
index c0d0fdf21..2370be9c9 100644
--- a/businesslayer/feedbusinesslayer.php
+++ b/businesslayer/feedbusinesslayer.php
@@ -159,7 +159,10 @@ class FeedBusinessLayer extends BusinessLayer {
try {
list($feed, $items) = $this->feedFetcher->fetch(
- $existingFeed->getUrl());
+ $existingFeed->getUrl(), false);
+
+ // keep the current faviconLink
+ $feed->setFaviconLink($existingFeed->getFaviconLink());
// insert items in reverse order because the first one is usually
// the newest item