1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[ticket/12216] Undefined index: lang_options when creating date profile field

PHPBB3-12216
This commit is contained in:
Joas Schilling 2014-02-24 10:00:45 +01:00
parent 4b7932e8b3
commit 3930978e64

View File

@ -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);