summaryrefslogtreecommitdiffstats
path: root/lib/Service/FeedServiceV2.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/FeedServiceV2.php')
-rw-r--r--lib/Service/FeedServiceV2.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Service/FeedServiceV2.php b/lib/Service/FeedServiceV2.php
index 3e02b3971..3610c3e3a 100644
--- a/lib/Service/FeedServiceV2.php
+++ b/lib/Service/FeedServiceV2.php
@@ -267,7 +267,8 @@ class FeedServiceV2 extends Service
$location,
$feed->getFullTextEnabled(),
$feed->getBasicAuthUser(),
- $feed->getBasicAuthPassword()
+ $feed->getBasicAuthPassword(),
+ $feed->getHttpLastModified()
);
} catch (ReadErrorException $ex) {
$feed->setUpdateErrorCount($feed->getUpdateErrorCount() + 1);