X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fhelper%2Fhtml%2Fforms%2Fclass_HtmlFormHelper.php;h=3f4bc59823416c59f31650155f1723efb445b4ce;hp=10b152e34f2fb603ff5f349595024e7c025e47b6;hb=ef7723fa147bef65abc475348d892ac7e047793b;hpb=9f1f5f2d172cff3951567d6040bbf8e42ce8a87c 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();