]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/templates/de/code/action_ship_simu_login_refill.ctp
Fixed a lot more 'web' to 'html' + updated 'core'.
[shipsimu.git] / application / shipsimu / templates / de / code / action_ship_simu_login_refill.ctp
index fdc7c4e379bc6d09ae74480966f9da83ee256f24..743674012f47151663cb927cc2ca3c94a79ba695 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Neue Helper-Instanz holen
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, 'shipsimu_refill'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('html_form_helper', array($this, 'shipsimu_refill'));
 
 // Pre-fetch payment types
 $helperInstance->prefetchValueInstance('payments');