diff options
author | Friendika <info@friendika.com> | 2011-04-04 01:18:28 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-04 01:18:28 -0700 |
commit | b5bcf44354410e2c37d5ec143c7050c3903200ed (patch) | |
tree | 888df4d6efaf24b523df9be1b59a3b200d2ed07e /include/poller.php | |
parent | 9b50b0e16f2046b91cb4c734c56024524d8b178b (diff) | |
download | volse-hubzilla-b5bcf44354410e2c37d5ec143c7050c3903200ed.tar.gz volse-hubzilla-b5bcf44354410e2c37d5ec143c7050c3903200ed.tar.bz2 volse-hubzilla-b5bcf44354410e2c37d5ec143c7050c3903200ed.zip |
profile not set
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 |