From 783341def9962006f44432aa9c860931daf4391b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 31 Jul 2009 19:54:31 +0000 Subject: [PATCH] Deprecated argument removed --- .../admin/templates/de/code/action_admin_login_logout.ctp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); -- 2.39.2