Fixed #1140; Login form session token not set.

This commit is contained in:
Sean Murphy 2009-02-05 10:17:19 -05:00
parent 4090471ebe
commit 4ced74dc91
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ class LoginAction extends Action
} else if ($_SERVER['REQUEST_METHOD'] == 'POST') {
$this->checkLogin();
} else {
common_ensure_session();
$this->showForm();
}
}