mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class phpbb_profilefield_type_googleplus_test extends phpbb_test_case
|
||||||
'lang_id' => 1,
|
'lang_id' => 1,
|
||||||
'lang_name' => 'field',
|
'lang_name' => 'field',
|
||||||
'field_required' => false,
|
'field_required' => false,
|
||||||
'field_validation' => '.*',
|
'field_validation' => '[\w]+',
|
||||||
);
|
);
|
||||||
$field_options = array_merge($default_field_options, $field_options);
|
$field_options = array_merge($default_field_options, $field_options);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue