Deprecated parameter removed
[shipsimu.git] / application / ship-simu / templates / de / code / login_failed.ctp
index 99f180cc7e3f1afdbc6aa6786e648e9fffcbbf79..166c48ee5216b7bf4e0770d295b0450b8151c32c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'login_retry', 'index.php?app={?app_short_name?}&amp;page=login'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'login_retry'));
 
 // Set link text
 $helperInstance->addLinkWithTextById('login_retry');