From cc3841a623df89e79eedb6708fbf61a4fc50498c Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Fri, 6 Jun 2014 00:59:57 +0200 Subject: [PATCH] Profile sized avatar in DefaultProfileBlock Don't know why it was overriding ProfileBlock... --- lib/defaultprofileblock.php | 10 ---------- 1 file changed, 10 deletions(-) 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;