aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-30 21:38:45 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-30 21:38:45 -0700
commit0d2650b29b92943a1570896491865c12fd28fda8 (patch)
tree5c9d30c87aeee1a92bc729ab9546c32033d11a43 /include/notifier.php
parent632c5570086bdfd8c8a311ccec44648697a8ef8b (diff)
downloadvolse-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 'include/notifier.php')
-rw-r--r--include/notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php
index c339d2fb3..b8b07ab58 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -303,7 +303,7 @@
}
if((strlen($hub)) && ($cmd !== 'mail') && (followup == false)) {
- $params = array('hub.mode' => 'publish', 'hub.url' => $a->get_baseurl() . '/dfrn_poll/' . $owner['nickname'] );
+ $params = array('hub.mode' => 'publish', 'hub.url' => urlencode($a->get_baseurl() . '/dfrn_poll/' . $owner['nickname'] ));
post_url($hub,$params);
}