Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
This commit is contained in:
commit
70f8840fbd
@ -206,7 +206,7 @@ class Directory extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
foreach($j['results'] as $rr) {
|
foreach($j['results'] as $rr) {
|
||||||
|
|
||||||
$profile_link = chanlink_hash($rr['hash']);
|
$profile_link = chanlink_url($rr['url']);
|
||||||
|
|
||||||
$pdesc = (($rr['description']) ? $rr['description'] . '<br />' : '');
|
$pdesc = (($rr['description']) ? $rr['description'] . '<br />' : '');
|
||||||
$connect_link = ((local_channel()) ? z_root() . '/follow?f=&url=' . urlencode($rr['address']) : '');
|
$connect_link = ((local_channel()) ? z_root() . '/follow?f=&url=' . urlencode($rr['address']) : '');
|
||||||
|
Reference in New Issue
Block a user