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