]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/templates/de/code/register_form.ctp
Misc fixes
[shipsimu.git] / application / shipsimu / templates / de / code / register_form.ctp
index 7860f3bb227319c4164d83dcc259694e680d7c26..738b3b84a96fd0c1bbdbab0ca5a72806106983e3 100644 (file)
@@ -2,7 +2,7 @@
 // Get helper instance for web forms. This will add the opening form-tag to
 // the helper's render cache which is simply a small variable in the class
 // BaseHelper.
-$helperInstance = ObjectFactory::createObjectByConfiguredName('html_form_helper', array($this, 'shipsimu_register'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('html_form_helper_class', array($this, 'shipsimu_register'));
 
 // Always ask at least for nickname and password
 $helperInstance->addFormGroup('login', "Bitte gebe hier gewünschten Nickname und dein Zugangspasswort ein.");