mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 00:02:18 +02:00
[ticket/16870] Use string representation of float value for treshold
PHPBB3-16870
This commit is contained in:
parent
bbcac37e30
commit
11563ce971
@ -38,7 +38,7 @@ class google_recaptcha_v3 extends \phpbb\db\migration\migration
|
||||
|
||||
foreach (\phpbb\captcha\plugins\recaptcha_v3::get_actions() as $action)
|
||||
{
|
||||
$data[] = ['config.add', ["recaptcha_v3_threshold_{$action}", 0.5]];
|
||||
$data[] = ['config.add', ["recaptcha_v3_threshold_{$action}", '0.5']];
|
||||
}
|
||||
|
||||
return $data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user