summaryrefslogtreecommitdiffstats
path: root/fetcher
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 09:01:54 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 09:02:13 +0100
commit867cb7dbf960dc0cfbf7e59d656d1337bb59c526 (patch)
tree5bbdf1eef51cd3747f55ef2c524364f9cd3bf029 /fetcher
parenta813b535eeb517e0ccd69a90d0058756014a1e01 (diff)
update picofeed, fix #695
Diffstat (limited to 'fetcher')
-rw-r--r--fetcher/feedfetcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetcher/feedfetcher.php b/fetcher/feedfetcher.php
index faf473475..28d1f951c 100644
--- a/fetcher/feedfetcher.php
+++ b/fetcher/feedfetcher.php
@@ -179,7 +179,7 @@ class FeedFetcher implements IFeedFetcher {
$etag, $location) {
$feed = new Feed();
- $link = $parsedFeed->getUrl();
+ $link = $parsedFeed->getSiteUrl();
if (!$link) {
$link = $location;