diff options
author | friendica <info@friendica.com> | 2013-01-22 00:20:25 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-22 00:20:25 -0800 |
commit | bda4ca4c0d9f247675f4c241ecb0d402bb380d8f (patch) | |
tree | 20c00db16790b04f61d33934489b38848e7accd2 /mod/profiles.php | |
parent | fb76675a28b37b7281546373671d0dabbd69ef46 (diff) | |
download | volse-hubzilla-bda4ca4c0d9f247675f4c241ecb0d402bb380d8f.tar.gz volse-hubzilla-bda4ca4c0d9f247675f4c241ecb0d402bb380d8f.tar.bz2 volse-hubzilla-bda4ca4c0d9f247675f4c241ecb0d402bb380d8f.zip |
hidden directory entries
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 12c86e3a2..e857c4216 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -620,7 +620,7 @@ function profiles_content(&$a) { foreach($r as $rr) { $o .= replace_macros($tpl, array( - '$photo' => $a->get_cached_avatar_image($rr['thumb']), + '$photo' => $rr['thumb'], '$id' => $rr['id'], '$alt' => t('Profile Image'), '$profile_name' => $rr['profile_name'], |