aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-25 13:57:08 -0800
committerzotlabs <mike@macgirvin.com>2017-02-25 13:57:08 -0800
commit4b1f87050f9aa7e8b36266d611204581f327e9c9 (patch)
treedce4f6288fcee1877bf3d610f372eeafe836bcde /Zotlabs/Module
parent919de44a71226e20171635042b01f8dca35498c5 (diff)
parentd59095c2e62b4bf42d7783b092d614ac869fd8f9 (diff)
downloadvolse-hubzilla-4b1f87050f9aa7e8b36266d611204581f327e9c9.tar.gz
volse-hubzilla-4b1f87050f9aa7e8b36266d611204581f327e9c9.tar.bz2
volse-hubzilla-4b1f87050f9aa7e8b36266d611204581f327e9c9.zip
Merge branch '2.2RC' of https://github.com/redmatrix/hubzilla into 2.2RC_merge
Diffstat (limited to 'Zotlabs/Module')
-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']) : '');