From a7a521e46aa08ae57ac0791e7f6b385f9b466a44 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 20 Apr 2011 15:47:44 -0400 Subject: [PATCH] Change avatar size on single notice page --- actions/shownotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.5