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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user