the rest of pubsubhubbub except for the UI that actually turns it on

This commit is contained in:
Mike Macgirvin 2010-09-30 21:38:45 -07:00
parent 632c557008
commit 0d2650b29b
4 changed files with 50 additions and 4 deletions

View file

@ -102,7 +102,8 @@ function pubsub_post(&$a) {
$contact = $r[0];
consume_feed($xml,$importer,$contact);
$feedhub = '';
consume_feed($xml,$importer,$contact,$feedhub);
hub_post_return();