diff options
Diffstat (limited to 'mod/match.php')
-rw-r--r-- | mod/match.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/match.php b/mod/match.php index fbe3aa91f..b845b0d46 100644 --- 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' => zrl($jj->url), + '$url' => zid($jj->url), '$name' => $jj->name, '$photo' => $jj->photo, '$inttxt' => ' ' . t('is interested in:'), |