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 --- include/notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/notifier.php') 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); } -- cgit v1.2.3