summaryrefslogtreecommitdiffstats
path: root/fetcher/feedfetcher.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:05:43 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:05:43 +0200
commit541318cb81710ef080b30cc790681ace773c11ac (patch)
tree74d3c0ae992e6c0b7887c1c5cfce2cc24ca64019 /fetcher/feedfetcher.php
parenta72ed5f93f430ffb94ea87c5487e9e8ec0dd9642 (diff)
more fixes
Diffstat (limited to 'fetcher/feedfetcher.php')
-rw-r--r--fetcher/feedfetcher.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/fetcher/feedfetcher.php b/fetcher/feedfetcher.php
index 52da1f648..ca9367a95 100644
--- a/fetcher/feedfetcher.php
+++ b/fetcher/feedfetcher.php
@@ -60,6 +60,8 @@ class FeedFetcher implements IFeedFetcher {
/**
* Fetch a feed from remote
* @param string url remote url of the feed
+ * @param boolean $getFavicon if the favicon should also be fetched, defaults
+ * to true
* @throws FetcherException if simple pie fails
* @return array an array containing the new feed and its items
*/