summaryrefslogtreecommitdiffstats
path: root/utility/ifeedfetcher.php
diff options
context:
space:
mode:
authorlsmooth <ls@lsmooth.de>2013-06-09 01:08:12 +0200
committerlsmooth <ls@lsmooth.de>2013-06-09 01:08:12 +0200
commit24299e4db23c6dff15ca17152c0ef5cb8299a57d (patch)
treeb48de96cefb09a1832ba4a8bf0171468cc87c9c0 /utility/ifeedfetcher.php
parentf8d3c8bf0e3c93ffba4a16cc8294f6a394915360 (diff)
don't update faviconLink on feed update
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