Merge pull request #464 from Th3R3p0/master

Fixed private captcha issue
This commit is contained in:
Claude 2018-09-29 15:58:26 +02:00 committed by GitHub
commit 3f2d2fa988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -699,7 +699,7 @@ class Main extends CI_Controller
if ($data['private'] == 1)
{
$data['reply_form']['use_recaptcha'] = 0;
$data['reply_form']['use_recaptcha'] = $this->use_recaptcha;
}
$this->content_expiration(config_item('content_expiration'));
$this->load->view('view/view', $data);