summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 47b08eff8..8c9370e8c 100644
--- a/index.php
+++ b/index.php
@@ -104,7 +104,7 @@ if ($RCMAIL->task == 'login' && $RCMAIL->action == 'login') {
rcmail_log_login();
// restore original request parameters
- $query = array();
+ $query = array('_task' => 'mail');
if ($url = get_input_value('_url', RCUBE_INPUT_POST))
parse_str($url, $query);