diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/pubsub.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/pubsub.php b/mod/pubsub.php index 0f8d7fdc6..c55100c96 100644 --- a/mod/pubsub.php +++ b/mod/pubsub.php @@ -115,6 +115,10 @@ function pubsub_post(&$a) { consume_feed($xml,$importer,$contact,$feedhub,1); + // do it a second time so that any children find their parents. + + consume_feed($xml,$importer,$contact,$feedhub,1); + hub_post_return(); } |