aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/phpbb/profilefields/type/type_googleplus.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/profilefields/type/type_googleplus.php b/phpBB/phpbb/profilefields/type/type_googleplus.php
index 49fa557fab..e7896abc5d 100644
--- a/phpBB/phpbb/profilefields/type/type_googleplus.php
+++ b/phpBB/phpbb/profilefields/type/type_googleplus.php
@@ -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]+',