]> git.mxchange.org Git - shipsimu.git/blobdiff - application/blog/templates/de/code/login_form.ctp
Missing method added to link helper, method renamed
[shipsimu.git] / application / blog / templates / de / code / login_form.ctp
index 805f28a7b86c4ef4cc46bfa8fb7f10a96684edcc..e1b54bf941ec59cc3fcd6806f192aae1d328d37c 100644 (file)
@@ -73,7 +73,7 @@ if ($helper->ifGuestLoginAllowed()) {
 $helper = WebLinkHelper::createWebLinkHelper($this, 'register_login_form_link', 'index.php?app=blog&page=register');
 
 // Set link text
-$helper->setLinkTextById('register_login_form_link_text');
+$helper->addLinkWithTextById('register_login_form_link_text');
 
 // Flush the content
 $helper->flushContent();