From: Tobias Diekershoff Date: Wed, 6 May 2015 14:14:27 +0000 (+0200) Subject: add procy_url around the profile images X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0b8b1fdef328c4e3a0320756ef3d7a538a628553;p=friendica.git add procy_url around the profile images --- diff --git a/mod/match.php b/mod/match.php index 96a6efc303..af4b847908 100644 --- a/mod/match.php +++ b/mod/match.php @@ -58,7 +58,7 @@ function match_content(&$a) { $o .= replace_macros($tpl,array( '$url' => zrl($jj->url), '$name' => $jj->name, - '$photo' => $jj->photo, + '$photo' => proxy_url($jj->photo), '$inttxt' => ' ' . t('is interested in:'), '$conntxt' => t('Connect'), '$connlnk' => $connlnk,