mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/12730] Update field_length to be 20 by default for Google+
PHPBB3-12730
This commit is contained in:
parent
4b49d451aa
commit
72f3ff2dcc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class type_googleplus extends type_string
|
|||
public function get_default_option_values()
|
||||
{
|
||||
return array(
|
||||
'field_length' => 10,
|
||||
'field_length' => 20,
|
||||
'field_minlen' => 3,
|
||||
'field_maxlen' => '',
|
||||
'field_validation' => '[\w]+',
|
||||
|
|
Loading…
Add table
Reference in a new issue