aboutsummaryrefslogtreecommitdiffstats
path: root/mod/match.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-29 22:20:14 -0700
committerfriendica <info@friendica.com>2012-03-29 22:20:14 -0700
commitd83bfd464baebf7d203a07d1bd92a00d2734d0ad (patch)
tree8f0acc92772dbe2d3835b21090b69bf4ba5beed1 /mod/match.php
parente2c295c01f92cf9a1550a231296ff4723172592b (diff)
downloadvolse-hubzilla-d83bfd464baebf7d203a07d1bd92a00d2734d0ad.tar.gz
volse-hubzilla-d83bfd464baebf7d203a07d1bd92a00d2734d0ad.tar.bz2
volse-hubzilla-d83bfd464baebf7d203a07d1bd92a00d2734d0ad.zip
zrl into people searches
Diffstat (limited to 'mod/match.php')
-rwxr-xr-xmod/match.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/match.php b/mod/match.php
index 1ae7848a6..926df1dff 100755
--- a/mod/match.php
+++ b/mod/match.php
@@ -51,7 +51,7 @@ function match_content(&$a) {
$connlnk = $a->get_baseurl() . '/follow/?url=' . $jj->url;
$o .= replace_macros($tpl,array(
- '$url' => $jj->url,
+ '$url' => zrl($jj->url),
'$name' => $jj->name,
'$photo' => $jj->photo,
'$inttxt' => ' ' . t('is interested in:'),