darcs-hash:20080720101947-533db-a7ddbd4d33b492196cf9a4287dfbfa3e341d6f40.gz
This commit is contained in:
Mike Cochrane 2008-07-20 06:19:47 -04:00
parent 5cf6174c39
commit 3c56b10036
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ class ShowstreamAction extends StreamAction {
$other->fullname :
$other->nickname,
'href' => $other->profileurl,
'rel' => 'contact',
'class' => 'subscription'));
$avatar = $other->getAvatar(AVATAR_MINI_SIZE);
common_element('img', array('src' => (($avatar) ? common_avatar_display_url($avatar) : common_default_avatar(AVATAR_MINI_SIZE)),