diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-23 10:36:00 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-23 10:36:00 +0100 |
commit | 41c67fa345aeddc7f44378e37c4534701540b691 (patch) | |
tree | d645db191ae7a568cd65b2652f8381a283671e6c /Zotlabs/Module/Connections.php | |
parent | c75852455b4c4832ab91e5448c330966f1b60f2a (diff) | |
download | volse-hubzilla-41c67fa345aeddc7f44378e37c4534701540b691.tar.gz volse-hubzilla-41c67fa345aeddc7f44378e37c4534701540b691.tar.bz2 volse-hubzilla-41c67fa345aeddc7f44378e37c4534701540b691.zip |
more places to use chanlink_hash() instead of chanlink_url() for profile_link
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 950be660d..e8a92e8b7 100644 --- a/Zotlabs/Module/Connections.php +++ b/Zotlabs/Module/Connections.php @@ -269,7 +269,7 @@ class Connections extends \Zotlabs\Web\Controller { 'link' => z_root() . '/connedit/' . $rr['abook_id'], 'deletelink' => z_root() . '/connedit/' . intval($rr['abook_id']) . '/drop', 'delete' => t('Delete'), - 'url' => chanlink_url($rr['xchan_url']), + 'url' => chanlink_hash($rr['xchan_hash']), 'webbie_label' => t('Channel address'), 'webbie' => $rr['xchan_addr'], 'network_label' => t('Network'), |