mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/avatars] Support editing of group avatars in ACP
Edited templates for group avatars so they can be properly modified in ACP PHPBB3-10018
This commit is contained in:
@@ -1797,7 +1797,6 @@ class acp_users
|
||||
'S_AVATAR' => true,
|
||||
'ERROR' => (sizeof($error)) ? implode('<br />', $error) : '',
|
||||
'AVATAR' => (empty($avatar) ? '<img src="' . $phpbb_admin_path . 'images/no_avatar.gif" alt="" />' : $avatar),
|
||||
'AV_SHOW_DELETE' => !empty($avatar),
|
||||
|
||||
'S_FORM_ENCTYPE' => ' enctype="multipart/form-data"',
|
||||
|
||||
|
Reference in New Issue
Block a user