]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/templates/de/code/logout_done.ctp
Fixed a lot more 'web' to 'html' + updated 'core'.
[shipsimu.git] / application / shipsimu / templates / de / code / logout_done.ctp
index 9843f5040bb10601ac9c2045e66cf88821b58cc6..9b4551142ebc87b22d69a0d6be74f68c75b4619e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'relogin'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('html_link_helper', array($this, 'relogin'));
 
 // Set link text
 $helperInstance->addLinkWithTextById('relogin');