]> git.mxchange.org Git - shipsimu.git/blobdiff - application/admin/templates/de/code/register_form.ctp
All helper are now configurable
[shipsimu.git] / application / admin / templates / de / code / register_form.ctp
index 4ba36c11441311b7a28a361a6051b65297ec09c4..db6352c90e7ef6683047d4bd52a49a6d6419e76c 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.
-$helper = WebFormHelper::createWebFormHelper($this, 'admin_register');
+$helper = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, 'admin_register'));
 
 // Always ask at least for nickname and password
 $helper->addFormGroup('login', "Bitte gebe hier gewünschten Nickname und dein Zugangspasswort ein.");