diff options
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 |