mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12730] Update field_length to be 20 by default for Google+
PHPBB3-12730
This commit is contained in:
@@ -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]+',
|
||||
|
Reference in New Issue
Block a user