X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Ftemplates%2Fde%2Fcode%2Fcaptch_graphic_code.ctp;h=4744e75aa9032bbe3538c0cf5f99e3369420166b;hp=fbf6f2e64bcd0cdd9c054527a24f9a70de864353;hb=ba9c65f936c374390a63226533172121b9ae3f45;hpb=df494d7dff1401830f34852f8bbd74b8b2913dc2 diff --git a/application/ship-simu/templates/de/code/captch_graphic_code.ctp b/application/ship-simu/templates/de/code/captch_graphic_code.ctp index fbf6f2e..4744e75 100644 --- a/application/ship-simu/templates/de/code/captch_graphic_code.ctp +++ b/application/ship-simu/templates/de/code/captch_graphic_code.ctp @@ -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:"); -$captchaHelper->addInputTextField('captcha_code'); +$captchaHelper->addInputTextField('c_code'); $captchaHelper->addInputHiddenField('hash', $this->readVariable('captcha_hash')); $captchaHelper->flushContent();