]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/helper/html/forms/class_HtmlFormHelper.php
It is actually a class.
[core.git] / inc / classes / main / helper / html / forms / class_HtmlFormHelper.php
index 10b152e34f2fb603ff5f349595024e7c025e47b6..3f4bc59823416c59f31650155f1723efb445b4ce 100644 (file)
@@ -684,7 +684,7 @@ class HtmlFormHelper extends BaseHtmlHelper implements HelpableTemplate {
                }
 
                // Get a configured instance
                }
 
                // 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();
 
                // Initiate the CAPTCHA
                $captchaInstance->initiateCaptcha();