mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-14 04:30:29 +01:00
Thanks NV
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9679 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d92bdc8a76
commit
3adaf7534e
@ -1242,7 +1242,7 @@ generate_forum_nav($post_data);
|
||||
// Build Forum Rules
|
||||
generate_forum_rules($post_data);
|
||||
|
||||
if ($config['enable_post_confirm'] && !$user->data['is_registered'] && $captcha->is_solved() === false && ($mode == 'post' || $mode == 'reply' || $mode == 'quote'))
|
||||
if ($config['enable_post_confirm'] && !$user->data['is_registered'] && (isset($captcha) && $captcha->is_solved() === false) && ($mode == 'post' || $mode == 'reply' || $mode == 'quote'))
|
||||
{
|
||||
$captcha->reset();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user