diff options
author | friendica <info@friendica.com> | 2013-03-05 21:08:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-05 21:08:13 -0800 |
commit | e8109a7652c4e8c698ce82b1477f8a84bc0ceddb (patch) | |
tree | 1913bf72353f548ee6b14d5a6d8e25c5030d5ea0 | |
parent | 6845d22285e48015ba53c1d3d0f7c6a461f91611 (diff) | |
download | volse-hubzilla-e8109a7652c4e8c698ce82b1477f8a84bc0ceddb.tar.gz volse-hubzilla-e8109a7652c4e8c698ce82b1477f8a84bc0ceddb.tar.bz2 volse-hubzilla-e8109a7652c4e8c698ce82b1477f8a84bc0ceddb.zip |
send to chanview, not remote profile
-rw-r--r-- | mod/suggest.php | 2 |
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'], |