diff options
author | zotlabs <mike@macgirvin.com> | 2018-07-18 17:05:38 -0700 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-07-19 09:19:33 +0200 |
commit | 931afe98b13399342d5abb4cb13cb09efc09ecad (patch) | |
tree | 9de86698483283b8d4d36bebc6162949172d9f07 /Zotlabs/Module/Manage.php | |
parent | 4a6f775334fbf3af2e8e6c781a9a44192a6526d0 (diff) | |
download | volse-hubzilla-931afe98b13399342d5abb4cb13cb09efc09ecad.tar.gz volse-hubzilla-931afe98b13399342d5abb4cb13cb09efc09ecad.tar.bz2 volse-hubzilla-931afe98b13399342d5abb4cb13cb09efc09ecad.zip |
mangled urls on redirects
(cherry picked from commit 5ce50d0a2e15ae66765a68ba2785a87ecda57f6a)
Diffstat (limited to 'Zotlabs/Module/Manage.php')
-rw-r--r-- | Zotlabs/Module/Manage.php | 2 |
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; |