summaryrefslogtreecommitdiffstats
path: root/utility/ifeedfetcher.php
diff options
context:
space:
mode:
Diffstat (limited to 'utility/ifeedfetcher.php')
-rw-r--r--utility/ifeedfetcher.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/utility/ifeedfetcher.php b/utility/ifeedfetcher.php
index 2bf663c0f..c64b0a90f 100644
--- a/utility/ifeedfetcher.php
+++ b/utility/ifeedfetcher.php
@@ -26,16 +26,16 @@
namespace OCA\News\Utility;
interface IFeedFetcher {
-
+
/**
* @param string url the url that the user entered in the add feed dialog
- * box
+ * box
* @throws FetcherException if the fetcher encounters a problem
* @return array with the first element being the feed and the
* second element being an array of items. Those items will be saved into
* into the database
*/
- function fetch($url);
+ function fetch($url, $getFavicon=true);
/**
* @param string $url the url that should be fetched