diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-21 03:48:23 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-21 03:48:23 +0530 |
commit | 72f3ff2dcc9f2bdfe161f6bfb6383680125b9bf2 (patch) | |
tree | bf2b7c30af76dd9ed26bbe28a868af53135da0c3 /phpBB/phpbb/profilefields | |
parent | 4b49d451aabda638552e3a59d2df34e22a443eff (diff) | |
download | forums-72f3ff2dcc9f2bdfe161f6bfb6383680125b9bf2.tar forums-72f3ff2dcc9f2bdfe161f6bfb6383680125b9bf2.tar.gz forums-72f3ff2dcc9f2bdfe161f6bfb6383680125b9bf2.tar.bz2 forums-72f3ff2dcc9f2bdfe161f6bfb6383680125b9bf2.tar.xz forums-72f3ff2dcc9f2bdfe161f6bfb6383680125b9bf2.zip |
[ticket/12730] Update field_length to be 20 by default for Google+
PHPBB3-12730
Diffstat (limited to 'phpBB/phpbb/profilefields')
-rw-r--r-- | phpBB/phpbb/profilefields/type/type_googleplus.php | 2 |
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]+', |