mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
undefined property
This commit is contained in:
parent
f3730cacda
commit
5f13dba509
@ -44,6 +44,7 @@ class Main extends CI_Controller
|
|||||||
//recaptcha
|
//recaptcha
|
||||||
$this->recaptcha_publickey = config_item('recaptcha_publickey');
|
$this->recaptcha_publickey = config_item('recaptcha_publickey');
|
||||||
$this->recaptcha_privatekey = config_item('recaptcha_privatekey');
|
$this->recaptcha_privatekey = config_item('recaptcha_privatekey');
|
||||||
|
$this->use_recaptcha = false;
|
||||||
|
|
||||||
if ($this->recaptcha_publickey != '' && $this->recaptcha_privatekey != '')
|
if ($this->recaptcha_publickey != '' && $this->recaptcha_privatekey != '')
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user