aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/items.php2
-rw-r--r--include/poller.php3
2 files changed, 3 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php
index 58fad9927..1dd39d2ba 100644
--- a/include/items.php
+++ b/include/items.php
@@ -901,7 +901,7 @@ function dfrn_deliver($owner,$contact,$atom, $dissolve = false) {
*
*/
-function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0) {
+function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $secure_feed = false) {
require_once('simplepie/simplepie.inc');
diff --git a/include/poller.php b/include/poller.php
index 8619697d9..3b80c1c04 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -278,7 +278,8 @@ function poller_run($argv, $argc){
continue;
}
- consume_feed($xml,$importer,$contact,$hub,1);
+
+ consume_feed($xml,$importer,$contact,$hub,1, true);
// do it twice. Ensures that children of parents which may be later in the stream aren't tossed