mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 14:31:19 +02:00
[ticket/12822] Add method for deleting avatars and use confirm_box
The method will take care of the actual deletion process in the avatar manager. Additionally, we'll be using a confirm box while deleting the avatar to prevent users from accidentally deleting their avatars. PHPBB3-12822
This commit is contained in:
@@ -36,8 +36,9 @@ class phpbb_functional_avatar_ucp_users_test extends phpbb_functional_common_ava
|
||||
'avatar_gravatar_height' => 80,
|
||||
),
|
||||
),
|
||||
|
||||
array(
|
||||
'PROFILE_UPDATED',
|
||||
array('CONFIRM_AVATAR_DELETE', 'PROFILE_UPDATED'),
|
||||
'avatar_driver_gravatar',
|
||||
array(
|
||||
'avatar_delete' => array('tick', ''),
|
||||
|
Reference in New Issue
Block a user