From: Roland Häder Date: Fri, 31 Jul 2009 19:54:31 +0000 (+0000) Subject: Deprecated argument removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=783341def9962006f44432aa9c860931daf4391b;p=admin.git Deprecated argument removed --- diff --git a/application/admin/templates/de/code/action_admin_login_logout.ctp b/application/admin/templates/de/code/action_admin_login_logout.ctp index 6ccd24c..fffbe4f 100644 --- a/application/admin/templates/de/code/action_admin_login_logout.ctp +++ b/application/admin/templates/de/code/action_admin_login_logout.ctp @@ -1,6 +1,6 @@ addLinkWithTextById('logout_now'); @@ -9,7 +9,7 @@ $helperInstance->addLinkWithTextById('logout_now'); $helperInstance->flushContent(); // Get helper instance -$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'return_login', 'index.php?app={?app_short_name?}&page=login_area')); +$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'return_login')); // Set link text $helperInstance->addLinkWithTextById('return_login');