forked from GNUsocial/gnu-social
Profile sized avatar in DefaultProfileBlock
Don't know why it was overriding ProfileBlock...
This commit is contained in:
parent
c8c6bf9a1c
commit
cc3841a623
@ -56,16 +56,6 @@ class DefaultProfileBlock extends AccountProfileBlock
|
|||||||
parent::__construct($out, $user->getProfile());
|
parent::__construct($out, $user->getProfile());
|
||||||
}
|
}
|
||||||
|
|
||||||
function avatarSize()
|
|
||||||
{
|
|
||||||
return AVATAR_STREAM_SIZE;
|
|
||||||
}
|
|
||||||
|
|
||||||
function avatar()
|
|
||||||
{
|
|
||||||
return $this->profile->avatarUrl(AVATAR_STREAM_SIZE);
|
|
||||||
}
|
|
||||||
|
|
||||||
function location()
|
function location()
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user