mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 14:16:28 +02:00
Avatar preferencial display here too
git-svn-id: file:///svn/phpbb/trunk@4030 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -677,7 +677,7 @@ function show_profile($data)
|
||||
$user_id = $data['user_id'];
|
||||
|
||||
$poster_avatar = '';
|
||||
if (isset($data['user_avatar_type']) && $user_id && !empty($data['user_allowavatar']))
|
||||
if (isset($data['user_avatar_type']) && $user_id && !empty($data['user_allowavatar']) && $user->data['user_viewavatars'])
|
||||
{
|
||||
switch($data['user_avatar_type'])
|
||||
{
|
||||
|
Reference in New Issue
Block a user