From 109edad9aa11b8ecdd2965e0c14816d1ac3740df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 21 Aug 2009 22:08:21 +0000 Subject: [PATCH] Missing bracket added --- .../de/code/action_ship_simu_login_government_startup_help.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/ship-simu/templates/de/code/action_ship_simu_login_government_startup_help.ctp b/application/ship-simu/templates/de/code/action_ship_simu_login_government_startup_help.ctp index 3cd8efa..e300a01 100644 --- a/application/ship-simu/templates/de/code/action_ship_simu_login_government_startup_help.ctp +++ b/application/ship-simu/templates/de/code/action_ship_simu_login_government_startup_help.ctp @@ -41,7 +41,7 @@ $helperInstance->addFormNote('data_protection', "Deine Daten werden nach den g&u $helperInstance->flushContent(); // Get link helper for profile link -$linkInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'shipsimu_profile'); +$linkInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'shipsimu_profile')); // Add action $linkInstance->addActionLinkById('profile', 'profile'); -- 2.39.5