mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/12730] Update field_length to be 20 by default for Google+
PHPBB3-12730
This commit is contained in:
@@ -29,7 +29,7 @@ class type_googleplus extends type_string
|
|||||||
public function get_default_option_values()
|
public function get_default_option_values()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'field_length' => 10,
|
'field_length' => 20,
|
||||||
'field_minlen' => 3,
|
'field_minlen' => 3,
|
||||||
'field_maxlen' => '',
|
'field_maxlen' => '',
|
||||||
'field_validation' => '[\w]+',
|
'field_validation' => '[\w]+',
|
||||||
|
Reference in New Issue
Block a user