]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/templates/de/code/action_ship_simu_login_profile.ctp
Fixed a lot more 'web' to 'html' + updated 'core'.
[shipsimu.git] / application / shipsimu / templates / de / code / action_ship_simu_login_profile.ctp
index 8037a4ec096d706ad6724c804bffb45d009d9439..d8bccdecfe49205b92dd8278e599174967828da8 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.
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, "shipsimu_profile"));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('html_form_helper', array($this, "shipsimu_profile"));
 
 // Pre-fetch field data with a given registry key
 $helperInstance->prefetchValueInstance('user');