mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 04:21:17 -05:00
Merge pull request #464 from Th3R3p0/master
Fixed private captcha issue
This commit is contained in:
commit
3f2d2fa988
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user