X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Fdiabook%2Ftheme.php;h=53048df6cd19e7f5e83bb874f61343396c1793f0;hb=bfca7f47ef1f986ea8515d23c3c1962c7fe3a298;hp=83079782e87676a2aa4f5dec69d88e6a2d780128;hpb=a71e3134bf7250b60cafd1e51098eea70c3459de;p=friendica.git diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php old mode 100755 new mode 100644 index 83079782e8..53048df6cd --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -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;