]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shoutbox/templates/de/code/action_shoutbox_login_profile.ctp
All helper are now configurable
[shipsimu.git] / application / shoutbox / templates / de / code / action_shoutbox_login_profile.ctp
index 3babf81a1da54141478bf0b9da52d5d6522d8b79..9caa52ed4b43d1ab99da239d3eb733b2b841ea03 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, "shoutbox_profile");
+$helper = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, "shoutbox_profile"));
 
 // Pre-fetch field data with a given registry key
 $helper->prefetchValueInstance('user');