summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-05-02 07:29:13 +0000
committeralecpl <alec@alec.pl>2008-05-02 07:29:13 +0000
commitbbf15d8115e19bf12b156e2a4d52221bcae40d6c (patch)
treec3842a0f8a327e130718738f0cd8b539bacd0734 /index.php
parent7ec922fdf5817750c29bcb1748e50d799db2eb00 (diff)
- fixed task setting on login
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 3d4a16045..ebf5193a2 100644
--- a/index.php
+++ b/index.php
@@ -170,6 +170,7 @@ if (empty($RCMAIL->user->ID)) {
);
}
+ $OUTPUT->set_env('task', 'login');
$OUTPUT->task = 'login';
$OUTPUT->send('login');
exit;