]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Change avatar size on single notice page
authorEvan Prodromou <evan@status.net>
Wed, 20 Apr 2011 19:47:44 +0000 (15:47 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 20 Apr 2011 19:47:44 +0000 (15:47 -0400)
actions/shownotice.php

index 4f35d404696661304f665b73040850ee12a63d36..ea9041efb50bd6bf2e52218c44c861cfd20dd667 100644 (file)
@@ -335,6 +335,6 @@ class SingleNoticeItem extends DoFollowListItem
 {
     function avatarSize()
     {
-        return AVATAR_PROFILE_SIZE;
+        return AVATAR_STREAM_SIZE;
     }
 }