mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ class acp_profile
|
||||||
|
|
||||||
case FIELD_TEXT:
|
case FIELD_TEXT:
|
||||||
case FIELD_STRING:
|
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';
|
$options['lang_default_value'] = ($field_type == FIELD_STRING) ? 'string' : 'text';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue