mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-15 13:24:10 +02:00
[ticket/12730] Fix type_googleplus_test to use same validation rule as the field
PHPBB3-12730
This commit is contained in:
parent
72f3ff2dcc
commit
ff057dfc8e
@ -53,7 +53,7 @@ class phpbb_profilefield_type_googleplus_test extends phpbb_test_case
|
||||
'lang_id' => 1,
|
||||
'lang_name' => 'field',
|
||||
'field_required' => false,
|
||||
'field_validation' => '.*',
|
||||
'field_validation' => '[\w]+',
|
||||
);
|
||||
$field_options = array_merge($default_field_options, $field_options);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user