undefined property

This commit is contained in:
Claude 2013-11-07 15:01:47 +01:00
parent f3730cacda
commit 5f13dba509

View File

@ -44,6 +44,7 @@ class Main extends CI_Controller
//recaptcha
$this->recaptcha_publickey = config_item('recaptcha_publickey');
$this->recaptcha_privatekey = config_item('recaptcha_privatekey');
$this->use_recaptcha = false;
if ($this->recaptcha_publickey != '' && $this->recaptcha_privatekey != '')
{