]> git.mxchange.org Git - shipsimu.git/blobdiff - application/todo/templates/de/code/action_todo_login_profile.ctp
All helper are now configurable
[shipsimu.git] / application / todo / templates / de / code / action_todo_login_profile.ctp
index 5337a196ec81ebad2c85d78c6b29bab68f3dccc5..153c1a21af8d5409629d70bec772f5bd3181749d 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, "todo_profile");
+$helper = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, "todo_profile"));
 
 // Pre-fetch field data with a given registry key
 $helper->prefetchValueInstance('user');