]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
make avatar bigger on single notice pages
authorRobin Millette <millette@controlyourself.ca>
Fri, 23 Jan 2009 05:11:04 +0000 (05:11 +0000)
committerRobin Millette <millette@plantard.controlezvous.ca>
Fri, 23 Jan 2009 05:11:04 +0000 (05:11 +0000)
actions/shownotice.php

index beae478ba8b32bfe6e04c437383e4ffb2d2e1626..d5f35cd84bc9ddc08dee6c590a23e6a8f8855e68 100644 (file)
@@ -95,7 +95,7 @@ class ShownoticeAction extends Action
             return false;
         }
 
-        $this->avatar = $this->profile->getAvatar(AVATAR_STREAM_SIZE);
+        $this->avatar = $this->profile->getAvatar(AVATAR_PROFILE_SIZE);
 
         return true;
     }