]> git.mxchange.org Git - shipsimu.git/blobdiff - application/admin/templates/de/code/action_admin_login_profile.ctp
All helper are now configurable
[shipsimu.git] / application / admin / templates / de / code / action_admin_login_profile.ctp
index 7e7fd47b6678db59f85bfa618acb53cfa8513cd1..70d5d4f0609fc4970a1f138857c93808878a3fdd 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_profile");
+$helper = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, "admin_profile"));
 
 // Pre-fetch field data with a given registry key
 $helper->prefetchValueInstance('user');