mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 13:18:54 +00:00
[ticket/14610] Remove whitespace
PHPBB3-14610
This commit is contained in:
parent
3572f4c92e
commit
f57f09f814
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ class qa
|
||||||
if ($this->is_solved())
|
if ($this->is_solved())
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
/** @var \phpbb\log\log_interface $phpbb_log */
|
/** @var \phpbb\log\log_interface $phpbb_log */
|
||||||
$phpbb_log->add('critical', $user->data['user_id'], $user->ip, 'LOG_ERROR_CAPTCHA', time(), array($user->lang('CONFIRM_QUESTION_MISSING')));
|
$phpbb_log->add('critical', $user->data['user_id'], $user->ip, 'LOG_ERROR_CAPTCHA', time(), array($user->lang('CONFIRM_QUESTION_MISSING')));
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue