Missing method added to link helper, method renamed
[shipsimu.git] / application / ship-simu / templates / de / code / confirm_link.ctp
index 91ae0dc979f8186dce19c1eed6d40ce71f657419..6e6cb4716d3b04d91a533d5f77ca8c43ad03b6da 100644 (file)
@@ -3,7 +3,7 @@
 $helper = WebLinkHelper::createWebLinkHelper($this, 'direct_login_link', 'index.php?app=ship-simu&page=login');
 
 // Set link text
-$helper->setLinkTextById('direct_login_link_text');
+$helper->addLinkWithTextById('direct_login_link_text');
 
 // Flush the content
 $helper->flushContent();