X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fshipsimu%2Ftemplates%2Fde%2Fcode%2Faction_ship_simu_login_status_problem.ctp;fp=application%2Fshipsimu%2Ftemplates%2Fde%2Fcode%2Faction_ship_simu_login_status_problem.ctp;h=813840f9680f0b834fa5116c2b430401e615c9d9;hp=39ad0a56f74d19fa1143ed635a661a6751fa7ba9;hb=abd323ef4e8570575c3788c4edb47b478e94dd58;hpb=4247dc3b1a2a1654b6eaf87f720ab976e7a9503e diff --git a/application/shipsimu/templates/de/code/action_ship_simu_login_status_problem.ctp b/application/shipsimu/templates/de/code/action_ship_simu_login_status_problem.ctp index 39ad0a5..813840f 100644 --- a/application/shipsimu/templates/de/code/action_ship_simu_login_status_problem.ctp +++ b/application/shipsimu/templates/de/code/action_ship_simu_login_status_problem.ctp @@ -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');