From ef7723fa147bef65abc475348d892ac7e047793b Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 7 Apr 2015 00:24:58 +0200 Subject: [PATCH] It is actually a class. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/classes/main/helper/html/forms/class_HtmlFormHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/classes/main/helper/html/forms/class_HtmlFormHelper.php b/inc/classes/main/helper/html/forms/class_HtmlFormHelper.php index 10b152e3..3f4bc598 100644 --- a/inc/classes/main/helper/html/forms/class_HtmlFormHelper.php +++ b/inc/classes/main/helper/html/forms/class_HtmlFormHelper.php @@ -684,7 +684,7 @@ class HtmlFormHelper extends BaseHtmlHelper implements HelpableTemplate { } // Get a configured instance - $captchaInstance = ObjectFactory::createObjectByConfiguredName($this->getFormName() . '_captcha', array($this, $extraInstance)); + $captchaInstance = ObjectFactory::createObjectByConfiguredName($this->getFormName() . '_captcha_class', array($this, $extraInstance)); // Initiate the CAPTCHA $captchaInstance->initiateCaptcha(); -- 2.39.5