]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/templates/de/code/logout_done.ctp
Misc fixes
[shipsimu.git] / application / shipsimu / templates / de / code / logout_done.ctp
index 9b4551142ebc87b22d69a0d6be74f68c75b4619e..59c8cbcdce5cae24d6b496ac9effcb2dc71b1102 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('html_link_helper', array($this, 'relogin'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('html_link_helper_class', array($this, 'relogin'));
 
 // Set link text
 $helperInstance->addLinkWithTextById('relogin');