1
1
Fork 0

use date ordering on public feeds

This commit is contained in:
Friendika 2010-11-08 01:11:50 -08:00
commit a8d6d72b7b
2 changed files with 6 additions and 3 deletions

View file

@ -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();