Merge branch 'master' of ../trunk

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

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