mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/12216] Undefined index: lang_options when creating date profile field
PHPBB3-12216
This commit is contained in:
parent
4b7932e8b3
commit
3930978e64
@ -66,6 +66,7 @@ class type_date extends type_base
|
||||
'field_ident' => 'field_default_value',
|
||||
'field_type' => $this->get_service_name(),
|
||||
'field_length' => $field_data['field_length'],
|
||||
'lang_options' => $field_data['lang_options'],
|
||||
);
|
||||
|
||||
$always_now = request_var('always_now', -1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user