diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 05:24:00 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 05:24:00 +0000 |
commit | d98f8c646a40f7ad0e526678fc5cc5dabe469152 (patch) | |
tree | 6771bfdd6c0bed896f78badcc69fa3513228ef10 | |
parent | 500ed2f5eb752a1a1e82d83c8c8b1c58897789b8 (diff) | |
parent | c628bbb1928308fe1e20f00eccfdc2a1b2c9105e (diff) |
Merge branch 'master' of ../trunk
-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; } |