1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

[ticket/13713] Do not show user's own name in the dropdown list

PHPBB3-13713
This commit is contained in:
lavigor
2018-07-22 02:58:11 +03:00
committed by Marc Alexander
parent aee1dfd837
commit 6f8467a2fa
5 changed files with 16 additions and 7 deletions

View File

@@ -116,6 +116,7 @@ function adm_page_header($page_title)
'ICON_SYNC' => '<i class="icon acp-icon acp-icon-resync fa-refresh fa-fw" title="' . $user->lang('RESYNC') . '"></i>',
'ICON_SYNC_DISABLED' => '<i class="icon acp-icon acp-icon-disabled fa-refresh fa-fw" title="' . $user->lang('RESYNC') . '"></i>',
'S_USER_ID' => $user->data['user_id'],
'S_USER_LANG' => $user->lang['USER_LANG'],
'S_CONTENT_DIRECTION' => $user->lang['DIRECTION'],
'S_CONTENT_ENCODING' => 'UTF-8',