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