]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/templates/de/code/captch_graphic_code.ctp
Misc fixes
[shipsimu.git] / application / shipsimu / templates / de / code / captch_graphic_code.ctp
index 942d94c6e1a9a26850605d7802c8c4ee9916c1c6..6e89dfcc89e7d7085a00a09786123540084677d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get a helper instance without a form tag
-$captchaHelper = ObjectFactory::createObjectByConfiguredName('html_form_helper', array($this, 'captcha_code', false, false));
+$captchaHelper = ObjectFactory::createObjectByConfiguredName('html_form_helper_class', array($this, 'captcha_code', false, false));
 
 // Add input field with text for CAPTCHA code
 $captchaHelper->addFieldText('captcha_code', "Bitte wiederhole den Code:");