From: Robin Millette Date: Fri, 23 Jan 2009 05:11:04 +0000 (+0000) Subject: make avatar bigger on single notice pages X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c628bbb1928308fe1e20f00eccfdc2a1b2c9105e;p=quix0rs-gnu-social.git make avatar bigger on single notice pages --- diff --git a/actions/shownotice.php b/actions/shownotice.php index beae478ba8..d5f35cd84b 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -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; }