mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
Fixed private captcha issue https://github.com/claudehohl/Stikked/issues/454
This commit is contained in:
parent
7128b94377
commit
45379764bb
@ -695,7 +695,7 @@ class Main extends CI_Controller
|
|||||||
|
|
||||||
if ($data['private'] == 1)
|
if ($data['private'] == 1)
|
||||||
{
|
{
|
||||||
$data['reply_form']['use_recaptcha'] = 0;
|
$data['reply_form']['use_recaptcha'] = $this->use_recaptcha;
|
||||||
}
|
}
|
||||||
$this->load->view('view/view', $data);
|
$this->load->view('view/view', $data);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user