Profile sized avatar in DefaultProfileBlock

Don't know why it was overriding ProfileBlock...
This commit is contained in:
Mikael Nordfeldth 2014-06-06 00:59:57 +02:00
parent c8c6bf9a1c
commit cc3841a623
1 changed files with 0 additions and 10 deletions

View File

@ -56,16 +56,6 @@ class DefaultProfileBlock extends AccountProfileBlock
parent::__construct($out, $user->getProfile());
}
function avatarSize()
{
return AVATAR_STREAM_SIZE;
}
function avatar()
{
return $this->profile->avatarUrl(AVATAR_STREAM_SIZE);
}
function location()
{
return null;