summaryrefslogtreecommitdiffstats
path: root/utility/feedfetcher.php
diff options
context:
space:
mode:
Diffstat (limited to 'utility/feedfetcher.php')
-rw-r--r--utility/feedfetcher.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/utility/feedfetcher.php b/utility/feedfetcher.php
index 8ad800d3c..2475e7c27 100644
--- a/utility/feedfetcher.php
+++ b/utility/feedfetcher.php
@@ -128,7 +128,6 @@ class FeedFetcher implements IFeedFetcher {
$item->setTitle($this->decodeTwice($simplePieItem->get_title()));
$guid = $simplePieItem->get_id();
$item->setGuid($guid);
- $item->setGuidHash(md5($guid));
// links should always open in a new window
$item->setBody(
@@ -188,7 +187,6 @@ class FeedFetcher implements IFeedFetcher {
$feed->setTitle($title);
$feed->setUrl($url);
$feed->setLink($simplePieFeed->get_permalink());
- $feed->setUrlHash(md5($feed->getLink()));
$feed->setAdded($this->time->getTime());
if ($getFavicon) {