X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=926df1dfff3203dafee764c8b0eeec107b57601b;hb=6edc52f78f12f366f344eb86723d39b92a77a9ff;hp=1ae7848a63ac19caae3d0d2637f87484269e1d54;hpb=6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7;p=friendica.git diff --git a/mod/match.php b/mod/match.php old mode 100755 new mode 100644 index 1ae7848a63..926df1dfff --- 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:'),