diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 06:47:43 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 06:47:43 +0100 |
commit | 277a6e984c6778865a62b5a1b99219327460be6d (patch) | |
tree | 201ab5a5bf02afe89ef7472f89ffd3d6fcc11ed2 /actions/shownotice.php | |
parent | 9dc5d8d0f6db1249a62162877c81d240fcf32a0a (diff) | |
parent | df25b5f5f533a768532263786c73e4b1356da6fd (diff) |
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk
Diffstat (limited to 'actions/shownotice.php')
-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; } |