aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-10-15 22:39:18 +0200
committerMax Kostikov <max@kostikov.co>2019-10-15 22:39:18 +0200
commitae4f0e57286fa1e033db010cae0ab9b90163cfdf (patch)
tree2672793cc8d742316758310d1b3fcad4c96e356c
parentc888e33f0490606e96d7c929a99803f09482e8e3 (diff)
parent5df59027add995c5e66a9069ffd106b3a7f16d32 (diff)
downloadvolse-hubzilla-ae4f0e57286fa1e033db010cae0ab9b90163cfdf.tar.gz
volse-hubzilla-ae4f0e57286fa1e033db010cae0ab9b90163cfdf.tar.bz2
volse-hubzilla-ae4f0e57286fa1e033db010cae0ab9b90163cfdf.zip
Merge branch 'dev' into 'dev'
Fix channel address in follow link See merge request hubzilla/core!1757
-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')
);
}