diff options
author | friendica <info@friendica.com> | 2012-03-29 22:20:14 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-29 22:20:14 -0700 |
commit | d83bfd464baebf7d203a07d1bd92a00d2734d0ad (patch) | |
tree | 8f0acc92772dbe2d3835b21090b69bf4ba5beed1 /mod/suggest.php | |
parent | e2c295c01f92cf9a1550a231296ff4723172592b (diff) | |
download | volse-hubzilla-d83bfd464baebf7d203a07d1bd92a00d2734d0ad.tar.gz volse-hubzilla-d83bfd464baebf7d203a07d1bd92a00d2734d0ad.tar.bz2 volse-hubzilla-d83bfd464baebf7d203a07d1bd92a00d2734d0ad.zip |
zrl into people searches
Diffstat (limited to 'mod/suggest.php')
-rwxr-xr-x | mod/suggest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/suggest.php b/mod/suggest.php index b8ca423c5..7a86d53a1 100755 --- a/mod/suggest.php +++ b/mod/suggest.php @@ -52,7 +52,7 @@ function suggest_content(&$a) { $connlnk = $a->get_baseurl() . '/follow/?url=' . (($rr['connect']) ? $rr['connect'] : $rr['url']); $o .= replace_macros($tpl,array( - '$url' => $rr['url'], + '$url' => zrl($rr['url']), '$name' => $rr['name'], '$photo' => $rr['photo'], '$ignlnk' => $a->get_baseurl() . '/suggest?ignore=' . $rr['id'], |