mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12216] Undefined index: lang_options when creating date profile field
PHPBB3-12216
This commit is contained in:
parent
4b7932e8b3
commit
3930978e64
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue