diff --git a/mod/match.php b/mod/match.php index 96a6efc30..af4b84790 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,