From 0d2650b29b92943a1570896491865c12fd28fda8 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 30 Sep 2010 21:38:45 -0700 Subject: the rest of pubsubhubbub except for the UI that actually turns it on --- mod/pubsub.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/pubsub.php') diff --git a/mod/pubsub.php b/mod/pubsub.php index 1e6add935..fa092049f 100644 --- a/mod/pubsub.php +++ b/mod/pubsub.php @@ -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(); -- cgit v1.2.3