aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-02-24 10:00:45 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-02-24 10:00:45 +0100
commit3930978e640d6bfb870329866a079aa19745d7da (patch)
treedeba0d0d49e8fdd9bd4386fd157363fcd39b594b /phpBB/phpbb/profilefields
parent4b7932e8b321771c1a5e108c229512f64032624b (diff)
downloadforums-3930978e640d6bfb870329866a079aa19745d7da.tar
forums-3930978e640d6bfb870329866a079aa19745d7da.tar.gz
forums-3930978e640d6bfb870329866a079aa19745d7da.tar.bz2
forums-3930978e640d6bfb870329866a079aa19745d7da.tar.xz
forums-3930978e640d6bfb870329866a079aa19745d7da.zip
[ticket/12216] Undefined index: lang_options when creating date profile field
PHPBB3-12216
Diffstat (limited to 'phpBB/phpbb/profilefields')
-rw-r--r--phpBB/phpbb/profilefields/type/type_date.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/profilefields/type/type_date.php b/phpBB/phpbb/profilefields/type/type_date.php
index fc012dd97a..af3d65c9b6 100644
--- a/phpBB/phpbb/profilefields/type/type_date.php
+++ b/phpBB/phpbb/profilefields/type/type_date.php
@@ -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);