From 56d06be3a686950275a3ae2d6d4c763a8d4e9fed Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 2 May 2008 07:29:13 +0000 Subject: - fixed task setting on login git-svn-id: https://svn.roundcube.net/trunk@1351 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3