1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 19:45:10 +01:00

[ticket/12730] Update field_length to be 20 by default for Google+

PHPBB3-12730
This commit is contained in:
Shitiz Garg 2014-06-21 03:48:23 +05:30
parent 4b49d451aa
commit 72f3ff2dcc

View File

@ -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]+',