diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-30 21:38:45 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-30 21:38:45 -0700 |
commit | 0d2650b29b92943a1570896491865c12fd28fda8 (patch) | |
tree | 5c9d30c87aeee1a92bc729ab9546c32033d11a43 /mod/pubsub.php | |
parent | 632c5570086bdfd8c8a311ccec44648697a8ef8b (diff) | |
download | volse-hubzilla-0d2650b29b92943a1570896491865c12fd28fda8.tar.gz volse-hubzilla-0d2650b29b92943a1570896491865c12fd28fda8.tar.bz2 volse-hubzilla-0d2650b29b92943a1570896491865c12fd28fda8.zip |
the rest of pubsubhubbub except for the UI that actually turns it on
Diffstat (limited to 'mod/pubsub.php')
-rw-r--r-- | mod/pubsub.php | 3 |
1 files changed, 2 insertions, 1 deletions
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(); |