1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 04:42:04 +02:00

[ticket/14610] Remove whitespace

PHPBB3-14610
This commit is contained in:
Richard McGirr 2016-05-08 09:24:11 -04:00
parent 3572f4c92e
commit f57f09f814

View File

@ -228,7 +228,7 @@ class qa
if ($this->is_solved())
{
return;
}
}
/** @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')));
return false;