Added App::get_cached_avatar_image usage for displaying "Last users"

avatar thumbs in right sidebar
This commit is contained in:
Zvi ben Yaakov (a.k.a rdc) 2012-06-25 14:01:16 +03:00
parent 94f895e98d
commit 51ef8fb7ff
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ if ($color=="dark") $color_path = "/diabook-dark/";
$entry = replace_macros($tpl,array(
'$id' => $rr['id'],
'$profile-link' => $profile_link,
'$photo' => $rr[$photo],
'$photo' => $a->get_cached_avatar_image($rr[$photo]),
'$alt-text' => $rr['name'],
));
$aside['$lastusers_items'][] = $entry;