From 72f3ff2dcc9f2bdfe161f6bfb6383680125b9bf2 Mon Sep 17 00:00:00 2001 From: Shitiz Garg Date: Sat, 21 Jun 2014 03:48:23 +0530 Subject: [PATCH] [ticket/12730] Update field_length to be 20 by default for Google+ PHPBB3-12730 --- phpBB/phpbb/profilefields/type/type_googleplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]+',