aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'],