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(