]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/action_ship_simu_login_refill.ctp
All helper are now configurable
[shipsimu.git] / application / ship-simu / templates / de / code / action_ship_simu_login_refill.ctp
index b7af0c34c5ed38fd1fa872b57f9b2ffb69913039..5b79c9856b4a20aa0a10ec97f2bd8a9421314ca0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Neue Helper-Instanz holen
-$helperInstance = WebFormHelper::createWebFormHelper($this, 'refill_form');
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, 'refill_form'));
 
 // Pre-fetch payment types
 $helperInstance->prefetchValueInstance('payments');