mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 19:45:10 +01:00
[ticket/12730] Update field_length to be 20 by default for Google+
PHPBB3-12730
This commit is contained in:
parent
4b49d451aa
commit
72f3ff2dcc
@ -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…
x
Reference in New Issue
Block a user