Change avatar size on single notice page

This commit is contained in:
Evan Prodromou 2011-04-20 15:47:44 -04:00
parent cacf627ce3
commit a7a521e46a
1 changed files with 1 additions and 1 deletions

View File

@ -335,6 +335,6 @@ class SingleNoticeItem extends DoFollowListItem
{
function avatarSize()
{
return AVATAR_PROFILE_SIZE;
return AVATAR_STREAM_SIZE;
}
}