Skip to content

Bug: incorrectly loading user.

Fix for #3345165 for 3.x branch. Removes unnecessary call to User::load, which failed due to passing in user object rather than user ID. This is required to allow automated tests in #3343101 to pass.

Merge request reports