diff options
author | alecpl <alec@alec.pl> | 2008-05-02 07:29:13 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-05-02 07:29:13 +0000 |
commit | bbf15d8115e19bf12b156e2a4d52221bcae40d6c (patch) | |
tree | c3842a0f8a327e130718738f0cd8b539bacd0734 /index.php | |
parent | 7ec922fdf5817750c29bcb1748e50d799db2eb00 (diff) |
- fixed task setting on login
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -170,6 +170,7 @@ if (empty($RCMAIL->user->ID)) { ); } + $OUTPUT->set_env('task', 'login'); $OUTPUT->task = 'login'; $OUTPUT->send('login'); exit; |