1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/17151] Fix registration test error

PHPBB3-17151
This commit is contained in:
rxu
2023-09-19 13:16:57 +07:00
parent 9350e82d71
commit 52517a5efd
7 changed files with 54 additions and 22 deletions

View File

@@ -1838,7 +1838,11 @@ class acp_users
'name' => 'lang',
'options' => $lang_options,
],
'S_STYLE_OPTIONS' => style_select($data['style']),
'S_STYLE_OPTIONS' => [
'id' => 'style',
'name' => 'style',
'options' => style_select($data['style'])
],
'TIMEZONE_OPTIONS' => [
'tag' => 'select',
'name' => 'tz',