From 46c83e377fae62e5842d477102d2a6dc242cd286 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 27 Feb 2022 09:19:55 +0100 Subject: [PATCH] Commit --- app/core/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/User.php b/app/core/User.php index 774e4c4..89cf8b5 100644 --- a/app/core/User.php +++ b/app/core/User.php @@ -38,9 +38,9 @@ class User } // All is good, we should be logged in now! (hopefully) + $this->loggedIn = TRUE; $this->username = $user['username']; $this->password = $user['password']; - $this->loggedIn = TRUE; // Set powerLevel $sth = $this->database->conn->prepare(