summaryrefslogtreecommitdiff
path: root/actions/shownotice.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-01-23 05:11:04 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-01-23 05:11:04 +0000
commitc628bbb1928308fe1e20f00eccfdc2a1b2c9105e (patch)
treede8f255b5fc899babc21db662a504587075c1328 /actions/shownotice.php
parent7afb2be83f2918747e295fe5d1d90a638beff6a7 (diff)
make avatar bigger on single notice pages
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;
}