From e8109a7652c4e8c698ce82b1477f8a84bc0ceddb Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 5 Mar 2013 21:08:13 -0800 Subject: send to chanview, not remote profile --- mod/suggest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/suggest.php') 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'], -- cgit v1.2.3