]> git.mxchange.org Git - friendica.git/commitdiff
add procy_url around the profile images
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 6 May 2015 14:14:27 +0000 (16:14 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 6 May 2015 14:14:27 +0000 (16:14 +0200)
mod/match.php

index 96a6efc303187d7dbe3cf6db9fb57adf83db909b..af4b8479088c5d1defff2cf4f8a5ad935877c156 100644 (file)
@@ -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,