From 5f13dba5092786185cc6e8fb2ba0aae705ba06ca Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 7 Nov 2013 15:01:47 +0100 Subject: [PATCH] undefined property --- htdocs/application/controllers/main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/application/controllers/main.php b/htdocs/application/controllers/main.php index aa0136d..723dfe7 100644 --- a/htdocs/application/controllers/main.php +++ b/htdocs/application/controllers/main.php @@ -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 != '') {