summaryrefslogtreecommitdiff
path: root/actions/shownotice.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-01-23 05:37:45 +0000
committerZach Copley <zach@controlyourself.ca>2009-01-23 05:37:45 +0000
commitdf25b5f5f533a768532263786c73e4b1356da6fd (patch)
tree0523d8fec50985fc6da4ba55b3181d8756291c4c /actions/shownotice.php
parent240231a8bd7f6b0753070c630ff6b9169e28afe0 (diff)
parentd98f8c646a40f7ad0e526678fc5cc5dabe469152 (diff)
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r--actions/shownotice.php2
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;
}