make avatar bigger on single notice pages

This commit is contained in:
Robin Millette 2009-01-23 05:11:04 +00:00 committed by Robin Millette
parent 7afb2be83f
commit c628bbb192
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}