It is actually a class.
authorRoland Haeder <roland@mxchange.org>
Mon, 6 Apr 2015 22:24:58 +0000 (00:24 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 6 Apr 2015 22:24:58 +0000 (00:24 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
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
-               $captchaInstance = ObjectFactory::createObjectByConfiguredName($this->getFormName() . '_captcha', array($this, $extraInstance));
+               $captchaInstance = ObjectFactory::createObjectByConfiguredName($this->getFormName() . '_captcha_class', array($this, $extraInstance));
 
                // Initiate the CAPTCHA
                $captchaInstance->initiateCaptcha();