summaryrefslogtreecommitdiffstats
path: root/businesslayer
diff options
context:
space:
mode:
authorlsmooth <ls@lsmooth.de>2013-06-09 01:08:12 +0200
committerlsmooth <ls@lsmooth.de>2013-06-09 01:08:12 +0200
commit24299e4db23c6dff15ca17152c0ef5cb8299a57d (patch)
treeb48de96cefb09a1832ba4a8bf0171468cc87c9c0 /businesslayer
parentf8d3c8bf0e3c93ffba4a16cc8294f6a394915360 (diff)
don't update faviconLink on feed update
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