diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-02-05 20:02:47 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-02-05 20:02:47 +0000 |
commit | 986abdd968ea6a72df0329038288e31c76403b0b (patch) | |
tree | 68e7008334be6b85ad9813c26838994ccb2296ea /actions/login.php | |
parent | 96ca4ef75ae47228031ab4ba17b3340735342363 (diff) | |
parent | 9febe8ce394d8428355ac73f1c0f6a9555252bd2 (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'actions/login.php')
-rw-r--r-- | actions/login.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/login.php b/actions/login.php index 98cc8a855..71e467929 100644 --- a/actions/login.php +++ b/actions/login.php @@ -78,6 +78,7 @@ class LoginAction extends Action } else if ($_SERVER['REQUEST_METHOD'] == 'POST') { $this->checkLogin(); } else { + common_ensure_session(); $this->showForm(); } } |