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 /include/connections.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 'include/connections.php')
-rw-r--r-- | include/connections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connections.php b/include/connections.php index 20f7c24ff..807d07220 100644 --- a/include/connections.php +++ b/include/connections.php @@ -120,7 +120,7 @@ function vcard_from_xchan($xchan, $observer = null, $mode = '') { App::$profile_uid = $xchan['channel_id']; $url = (($observer) - ? z_root() . '/magic?f=&owa=1&dest=' . $xchan['xchan_url'] . '&addr=' . $xchan['xchan_addr'] + ? z_root() . '/magic?f=&owa=1&bdest=' . bin2hex($xchan['xchan_url']) . '&addr=' . $xchan['xchan_addr'] : $xchan['xchan_url'] ); |