diff options
author | Friendika <info@friendika.com> | 2010-11-08 01:11:50 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-08 01:11:50 -0800 |
commit | a8d6d72b7bcfbd36d37bc36bbc892ddc3ead477e (patch) | |
tree | 0e0d91219e93acc989d6209cb8cfe20366c60c3f /mod | |
parent | fbb01666906ba4f909dc9eac98aa3ca6a936b99e (diff) | |
download | volse-hubzilla-a8d6d72b7bcfbd36d37bc36bbc892ddc3ead477e.tar.gz volse-hubzilla-a8d6d72b7bcfbd36d37bc36bbc892ddc3ead477e.tar.bz2 volse-hubzilla-a8d6d72b7bcfbd36d37bc36bbc892ddc3ead477e.zip |
use date ordering on public feeds
Diffstat (limited to 'mod')
-rw-r--r-- | mod/pubsub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pubsub.php b/mod/pubsub.php index 760ffa9e9..0f8d7fdc6 100644 --- a/mod/pubsub.php +++ b/mod/pubsub.php @@ -113,7 +113,7 @@ function pubsub_post(&$a) { require_once('include/items.php'); - consume_feed($xml,$importer,$contact,$feedhub); + consume_feed($xml,$importer,$contact,$feedhub,1); hub_post_return(); |