From: Evan Prodromou Date: Wed, 20 Apr 2011 19:47:44 +0000 (-0400) Subject: Change avatar size on single notice page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a7a521e46aa08ae57ac0791e7f6b385f9b466a44;p=quix0rs-gnu-social.git Change avatar size on single notice page --- diff --git a/actions/shownotice.php b/actions/shownotice.php index 4f35d40469..ea9041efb5 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -335,6 +335,6 @@ class SingleNoticeItem extends DoFollowListItem { function avatarSize() { - return AVATAR_PROFILE_SIZE; + return AVATAR_STREAM_SIZE; } }