summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-23 05:24:00 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-23 05:24:00 +0000
commitd98f8c646a40f7ad0e526678fc5cc5dabe469152 (patch)
tree6771bfdd6c0bed896f78badcc69fa3513228ef10 /actions
parent500ed2f5eb752a1a1e82d83c8c8b1c58897789b8 (diff)
parentc628bbb1928308fe1e20f00eccfdc2a1b2c9105e (diff)
Merge branch 'master' of ../trunk
Diffstat (limited to 'actions')
-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;
}