aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-25 15:34:57 -0700
committerfriendica <info@friendica.com>2012-06-25 15:34:57 -0700
commit89ad19ce01f396ca71f4a991699871b26cf90b29 (patch)
tree7640598f99b1dfddc8a8a77f9ae13f5e438979c2 /view/theme/diabook/theme.php
parenteebb2d2120b91c09238e970b2292059a04960aa7 (diff)
parentd944ff7833355f3bae7befd9c97becf01c4083b1 (diff)
downloadvolse-hubzilla-89ad19ce01f396ca71f4a991699871b26cf90b29.tar.gz
volse-hubzilla-89ad19ce01f396ca71f4a991699871b26cf90b29.tar.bz2
volse-hubzilla-89ad19ce01f396ca71f4a991699871b26cf90b29.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-xview/theme/diabook/theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php
index 83079782e..53048df6c 100755
--- 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;