diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-01-03 10:04:54 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-01-03 10:04:54 +0100 |
commit | c061603746dfcb47b19d151ac94d3ef3d9d02767 (patch) | |
tree | 9527162e1f1299c5b719ee8047b6be9d56c97aef /include/poller.php | |
parent | 8805635293a6f05fd18fb25f466c5d3d1e33a592 (diff) | |
download | volse-hubzilla-c061603746dfcb47b19d151ac94d3ef3d9d02767.tar.gz volse-hubzilla-c061603746dfcb47b19d151ac94d3ef3d9d02767.tar.bz2 volse-hubzilla-c061603746dfcb47b19d151ac94d3ef3d9d02767.zip |
import items from feeds in inverse date order
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/poller.php b/include/poller.php index dda0cb0ce..3d13a5480 100644 --- a/include/poller.php +++ b/include/poller.php @@ -225,11 +225,11 @@ if(! strlen($xml)) continue; - consume_feed($xml,$importer,$contact,$hub); + consume_feed($xml,$importer,$contact,$hub,1); // do it twice. Ensures that children of parents which may be later in the stream aren't tossed - consume_feed($xml,$importer,$contact,$hub); + consume_feed($xml,$importer,$contact,$hub,1); if((strlen($hub)) && ($hub_update) |