]> git.mxchange.org Git - admin.git/blobdiff - application/admin/templates/de/code/login_failed.ctp
More deprecated argument removed
[admin.git] / application / admin / templates / de / code / login_failed.ctp
index 99f180cc7e3f1afdbc6aa6786e648e9fffcbbf79..0dcaa5e7da67f6958c1dc3b7c752b3d3606a247d 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');