1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2023-10-22 16:15:36 +02:00
5 changed files with 115 additions and 6 deletions

View File

@@ -299,7 +299,7 @@ class ucp_register
if ($config['max_reg_attempts'] && $captcha->get_attempt_count() > $config['max_reg_attempts'])
{
$error[] = $user->lang['TOO_MANY_REGISTERS'];
trigger_error('TOO_MANY_REGISTERS');
}
}