Fixed get_avatar method (#79)

This commit is contained in:
Roman Kelesidis 2023-04-01 00:07:48 +07:00 committed by GitHub
parent 2062ecc2ae
commit 4a79de1301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2656,7 +2656,7 @@ function profile_url ($data)
return $profile;
}
function get_avatar ($user_id, $ext_id, $allow_avatar = true, $size = true, $height = '', $width = '')
function get_avatar ($user_id, $ext_id, $allow_avatar = true, $size = true, $height = '100', $width = '100')
{
global $bb_cfg;