mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
late fix for #44905
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9516 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
29cd21102d
commit
bf062c1cf5
@ -922,7 +922,7 @@ class acp_profile
|
||||
|
||||
case FIELD_TEXT:
|
||||
case FIELD_STRING:
|
||||
if ($cp->vars['lang_default_value'])
|
||||
if (strlen($cp->vars['lang_default_value']))
|
||||
{
|
||||
$options['lang_default_value'] = ($field_type == FIELD_STRING) ? 'string' : 'text';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user