Skip to content

Commit a4ec866

Browse files
committed
[ticket/17597] Remove not needed AVATAR after submit
PHPBB-17597
1 parent 1a5ed15 commit a4ec866

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

phpBB/includes/acp/acp_users.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,6 @@ function main($id, $mode)
19081908

19091909
'MESSAGE_TITLE' => $language->lang('INFORMATION'),
19101910
'MESSAGE_TEXT' => $language->lang('USER_AVATAR_UPDATED'),
1911-
'AVATAR' => $avatar_helper->get_template_vars($avatar),
19121911
'REFRESH_DATA' => [
19131912
'time' => 3,
19141913
'url' => $this->u_action . '&u=' . $user_id,

phpBB/includes/ucp/ucp_profile.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,6 @@ function main($id, $mode)
676676

677677
'MESSAGE_TITLE' => $language->lang('INFORMATION'),
678678
'MESSAGE_TEXT' => $language->lang('PROFILE_UPDATED'),
679-
'AVATAR' => $avatar_helper->get_template_vars($avatar),
680679
'REFRESH_DATA' => [
681680
'time' => 3,
682681
'url' => $this->u_action,

0 commit comments

Comments
 (0)