login controller

This commit is contained in:
2018-11-05 21:55:31 -06:00
parent 6e0de53c1f
commit 43fbf55cc4

View File

@@ -165,7 +165,7 @@ class LoginController extends Controller
return $authUser;
} else {
//Get the role for the character to be stored in the database
$role = $this->GetRole();
$role = $this->GetRole(null, $eve_user->id);
//Set the role for the user
$this->SetRole($role, $eve_user->id);