]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/action_ship_simu_login_goverment_startup_help.ctp
All helper are now configurable
[shipsimu.git] / application / ship-simu / templates / de / code / action_ship_simu_login_goverment_startup_help.ctp
index 8a73e0cba37fc53ba3768d37112e0b32f640d985..b89a42e6904a9e29649919f45574b1a733d07c94 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get form helper instance
-$helperInstance = WebFormHelper::createWebFormHelper($this, 'shipsimu_startup_form');
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, 'shipsimu_startup_form'));
 
 // Prefetch user instance
 $helperInstance->prefetchValueInstance('user');