- Issue created by @tregismoreira
- 🇧🇷Brazil tregismoreira
The issue was fixed in the PR: https://github.com/goalgorilla/open_social/pull/4232/commits
Automatically closed - issue fixed for 2 weeks with no activity.
In social_user_user_logout(), we used User::load() to load the current user entity. It turns out the previously imported class was `Drupal\social_user\Entity\User` instead of `Drupal\user\Entity\User`.
Using the latest version of social
, simply login and logout the platform.
Properly import both classes.
N/A
N/A
N/A
N/A
Active
13.0
Code (back-end)
The issue was fixed in the PR: https://github.com/goalgorilla/open_social/pull/4232/commits
Automatically closed - issue fixed for 2 weeks with no activity.