From 24299e4db23c6dff15ca17152c0ef5cb8299a57d Mon Sep 17 00:00:00 2001 From: lsmooth Date: Sun, 9 Jun 2013 01:08:12 +0200 Subject: don't update faviconLink on feed update --- businesslayer/feedbusinesslayer.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'businesslayer/feedbusinesslayer.php') 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 -- cgit v1.2.3