From 01669b5b3e38d4fd1138034458ad1e9339c8cf9c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 16 Aug 2008 17:01:43 +0000 Subject: Central: Fixed a few minor errors Ok, this is sort of part [15], part strange unnoticed error(s). Refs #25 --- central/trunk/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'central/trunk/login.php') diff --git a/central/trunk/login.php b/central/trunk/login.php index b40b467..19c5dc3 100644 --- a/central/trunk/login.php +++ b/central/trunk/login.php @@ -14,7 +14,7 @@ if (!isset($_GET['submit'])) if (instaDisc_verifyUser($_POST['username'], $_POST['password'])) { - $_SESSION['username'] == $_POST['username']; + $_SESSION['username'] = $_POST['username']; $template = new FITemplate('loggedin'); $template->add('SITENAME', instaDisc_getConfig('siteName')); -- cgit 1.4.1