From 207001be61a35bd7cc9ab7349616dca157cbd89a Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 6 Jun 2012 01:38:22 +0000 Subject: [PATCH] Fix indentation on one line. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index e6d5a04197..246893450d 100644 --- a/install.php +++ b/install.php @@ -1226,7 +1226,7 @@ if ($_POST["install_step"] == "3" && count($_POST)>0 && strlen($_POST["persistfo } //login the user account - $_SESSION["username"] = $admin_username; + $_SESSION["username"] = $admin_username; //get the groups assigned to the user and then set the groups in $_SESSION["groups"] $sql = "SELECT * FROM v_group_users ";