mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12730] Restore field_length to 10 for type_googleplus
PHPBB3-12730
This commit is contained in:
parent
ea0e073c12
commit
83966a575b
1 changed files with 5 additions and 5 deletions
|
@ -29,11 +29,11 @@ class type_googleplus extends type_string
|
|||
public function get_default_option_values()
|
||||
{
|
||||
return array(
|
||||
'field_length' => 20,
|
||||
'field_minlen' => 3,
|
||||
'field_maxlen' => '',
|
||||
'field_validation' => '[\w]+',
|
||||
'field_novalue' => '',
|
||||
'field_length' => 10,
|
||||
'field_minlen' => 3,
|
||||
'field_maxlen' => '',
|
||||
'field_validation' => '[\w]+',
|
||||
'field_novalue' => '',
|
||||
'field_default_value' => '',
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue