]> git.mxchange.org Git - city.git/blobdiff - application/city/templates/de/code/register_form.ctp
Added a lot more stuff for login area and more:
[city.git] / application / city / templates / de / code / register_form.ctp
index 3a9c35479abdac47dbac4762f714ba37ee865e44..db0103ce8a1a2d011d31a2fb9d633046d418484b 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, 'city_register'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('html_form_helper_class', array($this, 'city_register'));
 
 // Always ask at least for nickname and password
 $helperInstance->addFormGroup('login', "Bitte gebe hier gewünschten Nickname und dein Zugangspasswort ein.");