aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/profilefields/type/type_googleplus.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/phpbb/profilefields/type/type_googleplus.php b/phpBB/phpbb/profilefields/type/type_googleplus.php
index 32c3e77f12..37ec0dd999 100644
--- a/phpBB/phpbb/profilefields/type/type_googleplus.php
+++ b/phpBB/phpbb/profilefields/type/type_googleplus.php
@@ -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' => '',
);
}