aboutsummaryrefslogtreecommitdiffstats
path: root/mod/suggest.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-05 21:08:13 -0800
committerfriendica <info@friendica.com>2013-03-05 21:08:13 -0800
commite8109a7652c4e8c698ce82b1477f8a84bc0ceddb (patch)
tree1913bf72353f548ee6b14d5a6d8e25c5030d5ea0 /mod/suggest.php
parent6845d22285e48015ba53c1d3d0f7c6a461f91611 (diff)
downloadvolse-hubzilla-e8109a7652c4e8c698ce82b1477f8a84bc0ceddb.tar.gz
volse-hubzilla-e8109a7652c4e8c698ce82b1477f8a84bc0ceddb.tar.bz2
volse-hubzilla-e8109a7652c4e8c698ce82b1477f8a84bc0ceddb.zip
send to chanview, not remote profile
Diffstat (limited to 'mod/suggest.php')
-rw-r--r--mod/suggest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/suggest.php b/mod/suggest.php
index a5de5da04..b66b06e65 100644
--- a/mod/suggest.php
+++ b/mod/suggest.php
@@ -51,7 +51,7 @@ function suggest_content(&$a) {
$connlnk = $a->get_baseurl() . '/follow/?url=' . $rr['xchan_addr'];
$o .= replace_macros($tpl,array(
- '$url' => zid($rr['xchan_url']),
+ '$url' => chanlink_url($rr['xchan_url']),
'$name' => $rr['xchan_name'],
'$photo' => $rr['xchan_photo_m'],
'$ignlnk' => $a->get_baseurl() . '/suggest?ignore=' . $rr['xchan_hash'],