From: Roland Haeder Date: Mon, 6 Apr 2015 22:24:58 +0000 (+0200) Subject: It is actually a class. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ef7723fa147bef65abc475348d892ac7e047793b;p=core.git It is actually a class. Signed-off-by: Roland Häder --- 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();