summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-02 07:29:13 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-02 07:29:13 +0000
commit56d06be3a686950275a3ae2d6d4c763a8d4e9fed (patch)
tree1959aaed109b8eff0fe572cf2349fbb0b1fc40b2
parent0dfe9a2e311c9c401c6d8c52d2797d88e5b3b2a4 (diff)
- fixed task setting on login
git-svn-id: https://svn.roundcube.net/trunk@1351 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php
index 3d4a16045..ebf5193a2 100644
--- a/roundcubemail/index.php
+++ b/roundcubemail/index.php
@@ -170,6 +170,7 @@ if (empty($RCMAIL->user->ID)) {
);
}
+ $OUTPUT->set_env('task', 'login');
$OUTPUT->task = 'login';
$OUTPUT->send('login');
exit;