Misc fixes
[shipsimu.git] / application / shipsimu / templates / de / code / action_ship_simu_login_status_problem.ctp
index 39ad0a56f74d19fa1143ed635a661a6751fa7ba9..813840f9680f0b834fa5116c2b430401e615c9d9 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('html_form_helper', array($this, 'resend_link'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('html_form_helper_class', array($this, 'resend_link'));
 
 // Pre-fetch field data with a given registry key
 $helperInstance->prefetchValueInstance('user');
@@ -30,7 +30,7 @@ if ($helperInstance->ifUserAccountUnconfirmed()) {
 $helperInstance->flushContent();
 
 // Build the form for confirmation
-$helperInstance = ObjectFactory::createObjectByConfiguredName('html_form_helper', array($this, 'confirm_code'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('html_form_helper_class', array($this, 'confirm_code'));
 
 // Pre-fetch field data with a given registry key
 $helperInstance->prefetchValueInstance('user');