From 7481dd903e1ee80e6697ba1a73daa6ec740702ff Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 24 Feb 2010 12:37:33 +0000 Subject: - don't set task for login_after hook --- index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index dc6bfd40b..87eb57696 100644 --- a/index.php +++ b/index.php @@ -111,10 +111,8 @@ if ($RCMAIL->task == 'login' && $RCMAIL->action == 'login') { if ($url = get_input_value('_url', RCUBE_INPUT_POST)) parse_str($url, $query); - $RCMAIL->set_task('mail'); - // allow plugins to control the redirect url after login success - $redir = $RCMAIL->plugins->exec_hook('login_after', $query + array('task' => $RCMAIL->task)); + $redir = $RCMAIL->plugins->exec_hook('login_after', $query); unset($redir['abort']); // send redirect -- cgit v1.2.3