Minor improvements (#237)

This commit is contained in:
Roman Kelesidis 2023-09-09 11:25:41 +07:00 committed by GitHub
parent 365d4bfcb7
commit fac7e97cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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