Merge branch 'master' of ../trunk

This commit is contained in:
sarven 2009-01-23 05:24:00 +00:00
commit d98f8c646a

View File

@ -95,7 +95,7 @@ class ShownoticeAction extends Action
return false; return false;
} }
$this->avatar = $this->profile->getAvatar(AVATAR_STREAM_SIZE); $this->avatar = $this->profile->getAvatar(AVATAR_PROFILE_SIZE);
return true; return true;
} }