aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Manage.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-07-18 17:05:38 -0700
committerzotlabs <mike@macgirvin.com>2018-07-18 17:05:38 -0700
commit5ce50d0a2e15ae66765a68ba2785a87ecda57f6a (patch)
tree52c5b31392f6ea036420fc1014e4366075710e99 /Zotlabs/Module/Manage.php
parent744d548380fb3df074ce8abb78977ddc344744db (diff)
downloadvolse-hubzilla-5ce50d0a2e15ae66765a68ba2785a87ecda57f6a.tar.gz
volse-hubzilla-5ce50d0a2e15ae66765a68ba2785a87ecda57f6a.tar.bz2
volse-hubzilla-5ce50d0a2e15ae66765a68ba2785a87ecda57f6a.zip
mangled urls on redirects
Diffstat (limited to 'Zotlabs/Module/Manage.php')
-rw-r--r--Zotlabs/Module/Manage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Manage.php b/Zotlabs/Module/Manage.php
index 9c5c32294..2c88a4df0 100644
--- a/Zotlabs/Module/Manage.php
+++ b/Zotlabs/Module/Manage.php
@@ -156,7 +156,7 @@ class Manage extends \Zotlabs\Web\Controller {
if($delegates) {
for($x = 0; $x < count($delegates); $x ++) {
- $delegates[$x]['link'] = 'magic?f=&dest=' . urlencode($delegates[$x]['xchan_url'])
+ $delegates[$x]['link'] = 'magic?f=&bdest=' . bin2hex($delegates[$x]['xchan_url'])
. '&delegate=' . urlencode($delegates[$x]['xchan_addr']);
$delegates[$x]['channel_name'] = $delegates[$x]['xchan_name'];
$delegates[$x]['delegate'] = 1;