thomascube
2011-01-06 c3be8ed64c601e0b15645664d58cec7ace17b5cb
program/include/rcmail.php
@@ -208,7 +208,7 @@
    $task = asciiwords($task);
    if ($this->user && $this->user->ID)
      $task = !$task || $task == 'login' ? 'mail' : $task;
      $task = !$task ? 'mail' : $task;
    else
      $task = 'login';