diff options
author | zotlabs <mike@macgirvin.com> | 2019-11-04 14:26:12 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-11-04 14:26:12 -0800 |
commit | 1358a81c32ff9dff2e88b196c63f299788b05b57 (patch) | |
tree | dc9210141cf787893eb5bbd9729b24b56bf4fa4d /Zotlabs/Module/Connections.php | |
parent | 2d08e0955a328fa53f373949f58995ca2a8b736a (diff) | |
parent | aa137fb2d2ddd71f89eea4618cac1594d020ed3a (diff) | |
download | volse-hubzilla-1358a81c32ff9dff2e88b196c63f299788b05b57.tar.gz volse-hubzilla-1358a81c32ff9dff2e88b196c63f299788b05b57.tar.bz2 volse-hubzilla-1358a81c32ff9dff2e88b196c63f299788b05b57.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'Zotlabs/Module/Connections.php')
-rw-r--r-- | Zotlabs/Module/Connections.php | 2 |
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') ); } |