1
0
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:
Shitiz Garg 2014-06-21 03:49:59 +05:30
parent 72f3ff2dcc
commit ff057dfc8e

View File

@ -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);