X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fshipsimu%2Ftemplates%2Fde%2Fcode%2Faction_ship_simu_login_profile.ctp;h=e4ec93cd828a5264ba682ab9b8657a41ab54562b;hp=ccd073b0314631f8c35546c4029f660e26b61afa;hb=cc7ee7b7d397101df2c42eb5a7454c9742378d5e;hpb=70fe6de6414fb2d173c1a34777c9ab29419419c2 diff --git a/application/shipsimu/templates/de/code/action_ship_simu_login_profile.ctp b/application/shipsimu/templates/de/code/action_ship_simu_login_profile.ctp index ccd073b..e4ec93c 100644 --- a/application/shipsimu/templates/de/code/action_ship_simu_login_profile.ctp +++ b/application/shipsimu/templates/de/code/action_ship_simu_login_profile.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_class', array($this, "shipsimu_profile")); +$helperInstance = ObjectFactory::createObjectByConfiguredName('html_form_helper_class', array($this, 'shipsimu_profile')); // Pre-fetch field data with a given registry key $helperInstance->prefetchValueInstance('user');