aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Viewconnections.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-02-23 10:36:00 +0100
committerMario Vavti <mario@mariovavti.com>2017-02-23 10:36:00 +0100
commit41c67fa345aeddc7f44378e37c4534701540b691 (patch)
treed645db191ae7a568cd65b2652f8381a283671e6c /Zotlabs/Module/Viewconnections.php
parentc75852455b4c4832ab91e5448c330966f1b60f2a (diff)
downloadvolse-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/Viewconnections.php')
-rw-r--r--Zotlabs/Module/Viewconnections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Viewconnections.php b/Zotlabs/Module/Viewconnections.php
index 4364d482a..1f9c03751 100644
--- a/Zotlabs/Module/Viewconnections.php
+++ b/Zotlabs/Module/Viewconnections.php
@@ -70,7 +70,7 @@ class Viewconnections extends \Zotlabs\Web\Controller {
foreach($r as $rr) {
- $url = chanlink_url($rr['xchan_url']);
+ $url = chanlink_hash($rr['xchan_hash']);
if($url) {
$contacts[] = array(
'id' => $rr['abook_id'],