aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-10-15 22:37:03 +0200
committerMax Kostikov <max@kostikov.co>2019-10-15 22:37:03 +0200
commit5df59027add995c5e66a9069ffd106b3a7f16d32 (patch)
tree2672793cc8d742316758310d1b3fcad4c96e356c /Zotlabs
parent1a56ecaa393f9cd307c0fc883b6f2d8a17a07718 (diff)
downloadvolse-hubzilla-5df59027add995c5e66a9069ffd106b3a7f16d32.tar.gz
volse-hubzilla-5df59027add995c5e66a9069ffd106b3a7f16d32.tar.bz2
volse-hubzilla-5df59027add995c5e66a9069ffd106b3a7f16d32.zip
Fix channel address in follow link
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Connections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Connections.php b/Zotlabs/Module/Connections.php
index fd645d239..f6133d5f8 100644
--- a/Zotlabs/Module/Connections.php
+++ b/Zotlabs/Module/Connections.php
@@ -324,7 +324,7 @@ class Connections extends \Zotlabs\Web\Controller {
'recentlink' => z_root() . '/network/?f=&cid=' . intval($rr['abook_id']) . '&name=' . $rr['xchan_name'],
'oneway' => $oneway,
'connect' => (intval($rr['abook_not_here']) ? t('Connect') : ''),
- 'follow' => z_root() . '/follow/?f=&url=' . urlencode($rr['xchan_addr']) . '&interactive=0',
+ 'follow' => z_root() . '/follow/?f=&url=' . urlencode($rr['xchan_hash']) . '&interactive=0',
'connect_hover' => t('Connect at this location')
);
}