]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/captch_graphic_code.ctp
Packager script for latest dev version added, misc fixes, captcha verifier filter...
[shipsimu.git] / application / ship-simu / templates / de / code / captch_graphic_code.ctp
index fbf6f2e64bcd0cdd9c054527a24f9a70de864353..4744e75aa9032bbe3538c0cf5f99e3369420166b 100644 (file)
@@ -2,7 +2,7 @@
 // Get a helper instance without a form tag
 $captchaHelper = WebFormHelper::createWebFormHelper($this, 'captcha_code', false, false);
 $captchaHelper->addFieldText('captcha_code', "Bitte wiederhole den Code:");
 // Get a helper instance without a form tag
 $captchaHelper = WebFormHelper::createWebFormHelper($this, 'captcha_code', false, false);
 $captchaHelper->addFieldText('captcha_code', "Bitte wiederhole den Code:");
-$captchaHelper->addInputTextField('captcha_code');
+$captchaHelper->addInputTextField('c_code');
 $captchaHelper->addInputHiddenField('hash', $this->readVariable('captcha_hash'));
 $captchaHelper->flushContent();
 
 $captchaHelper->addInputHiddenField('hash', $this->readVariable('captcha_hash'));
 $captchaHelper->flushContent();