From 4ced74dc9105884fc05d4ab48e8d0162204f8c6a Mon Sep 17 00:00:00 2001 From: Sean Murphy Date: Thu, 5 Feb 2009 10:17:19 -0500 Subject: Fixed #1140; Login form session token not set. --- actions/login.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/login.php') diff --git a/actions/login.php b/actions/login.php index 11cf1f02a..7a3c6d374 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(); } } -- cgit v1.2.3-54-g00ecf