From 0b8b1fdef328c4e3a0320756ef3d7a538a628553 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 6 May 2015 16:14:27 +0200 Subject: [PATCH] add procy_url around the profile images --- mod/match.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,