mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -1242,7 +1242,7 @@ generate_forum_nav($post_data);
|
||||||
// Build Forum Rules
|
// Build Forum Rules
|
||||||
generate_forum_rules($post_data);
|
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();
|
$captcha->reset();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue