mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02: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:
@@ -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';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user