From: Mikael Nordfeldth Date: Thu, 5 Jun 2014 22:59:57 +0000 (+0200) Subject: Profile sized avatar in DefaultProfileBlock X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cc3841a623df89e79eedb6708fbf61a4fc50498c;p=quix0rs-gnu-social.git Profile sized avatar in DefaultProfileBlock Don't know why it was overriding ProfileBlock... --- diff --git a/lib/defaultprofileblock.php b/lib/defaultprofileblock.php index f451aa0188..8a7d9ef6cf 100644 --- a/lib/defaultprofileblock.php +++ b/lib/defaultprofileblock.php @@ -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;