]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/templates/de/code/action_ship_simu_login_government_startup_help.ctp
Misc fixes
[shipsimu.git] / application / shipsimu / templates / de / code / action_ship_simu_login_government_startup_help.ctp
index 6a7e31c249ca6d8b5a2d1ba7541766d70384af36..99c68f7e39c8d0d4a202abf9395574d5a16095cd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get form helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('html_form_helper', array($this, 'shipsimu_government_startup'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('html_form_helper_class', array($this, 'shipsimu_government_startup'));
 
 // Prefetch user instance
 $helperInstance->prefetchValueInstance('user');
@@ -41,7 +41,7 @@ $helperInstance->addFormNote('data_protection', "Deine Daten werden nach den g&u
 $helperInstance->flushContent();
 
 // Get link helper for profile link
-$linkInstance = ObjectFactory::createObjectByConfiguredName('html_link_helper', array($this, 'shipsimu_profile'));
+$linkInstance = ObjectFactory::createObjectByConfiguredName('html_link_helper_class', array($this, 'shipsimu_profile'));
 
 // Add action
 $linkInstance->addActionLinkById('profile', 'profile');