]> git.mxchange.org Git - admin.git/blobdiff - application/admin/templates/de/code/logout_done.ctp
More deprecated argument removed
[admin.git] / application / admin / templates / de / code / logout_done.ctp
index 0c430b04bc19cd3237e5971017472c4c4369ff61..402f72cffb0ab8afc49f8042d255c089c5f73853 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'relogin', 'index.php?app={?app_short_name?}&amp;page=login'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'relogin'));
 
 // Set link text
 $helperInstance->addLinkWithTextById('relogin');