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