add procy_url around the profile images
This commit is contained in:
parent
fd8c9a9dac
commit
0b8b1fdef3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue