diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-01-23 05:11:04 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 05:11:04 +0000 |
commit | c628bbb1928308fe1e20f00eccfdc2a1b2c9105e (patch) | |
tree | de8f255b5fc899babc21db662a504587075c1328 | |
parent | 7afb2be83f2918747e295fe5d1d90a638beff6a7 (diff) |
make avatar bigger on single notice pages
-rw-r--r-- | actions/shownotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php index beae478ba..d5f35cd84 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; } |