aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-24 13:55:57 -0800
committerzotlabs <mike@macgirvin.com>2017-02-24 13:55:57 -0800
commit70f8840fbdba7f7bd83ae19f3d2c4625aee2f2a4 (patch)
tree191bcd00298172bdeb876c1481e8c26c3e715ada /Zotlabs
parent8d0d2015d76700a3defac8d767ce8a1c529d585b (diff)
parentcf11a89457d6953144efd71d2ca8f4bda88cfaf7 (diff)
downloadvolse-hubzilla-70f8840fbdba7f7bd83ae19f3d2c4625aee2f2a4.tar.gz
volse-hubzilla-70f8840fbdba7f7bd83ae19f3d2c4625aee2f2a4.tar.bz2
volse-hubzilla-70f8840fbdba7f7bd83ae19f3d2c4625aee2f2a4.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Directory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Directory.php b/Zotlabs/Module/Directory.php
index 583154526..59ae88857 100644
--- a/Zotlabs/Module/Directory.php
+++ b/Zotlabs/Module/Directory.php
@@ -206,7 +206,7 @@ class Directory extends \Zotlabs\Web\Controller {
foreach($j['results'] as $rr) {
- $profile_link = chanlink_hash($rr['hash']);
+ $profile_link = chanlink_url($rr['url']);
$pdesc = (($rr['description']) ? $rr['description'] . '<br />' : '');
$connect_link = ((local_channel()) ? z_root() . '/follow?f=&url=' . urlencode($rr['address']) : '');