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:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user