summaryrefslogtreecommitdiffstats
path: root/fetcher/feedfetcher.php
diff options
context:
space:
mode:
Diffstat (limited to 'fetcher/feedfetcher.php')
-rw-r--r--fetcher/feedfetcher.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetcher/feedfetcher.php b/fetcher/feedfetcher.php
index 18f0f8093..42cdfe0ba 100644
--- a/fetcher/feedfetcher.php
+++ b/fetcher/feedfetcher.php
@@ -237,8 +237,8 @@ class FeedFetcher implements IFeedFetcher {
$feed->setUrl($url); // the url used to add the feed
$feed->setLocation($location); // the url where the feed was found
$feed->setLink($link); // <link> attribute in the feed
- $feed->setLastModified($modified);
- $feed->setEtag($etag);
+ $feed->setHttpLastModified($modified);
+ $feed->setHttpEtag($etag);
$feed->setAdded($this->time->getTime());
if ($getFavicon) {